Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
23 lignes
549 B
23 lignes
549 B
server:
|
|
port: 8800
|
|
spring:
|
|
security:
|
|
basic:
|
|
enabled: true
|
|
user:
|
|
name: root
|
|
password: booszy
|
|
application:
|
|
name: sc-config-server
|
|
cloud:
|
|
config:
|
|
server:
|
|
git:
|
|
uri: https://git.coding.net/yirenyishi/springcloud-config-profile
|
|
searchPaths: '{application}'
|
|
consul:
|
|
host: localhost
|
|
port: 8500
|
|
discovery:
|
|
instance-id: ${spring.application.name}:${spring.cloud.client.ipAddress}:${spring.application.instance_id:${server.port}}
|
|
ip-address: true
|