配置管理
spring:
application:
name: demo-application
profiles:
active: dev
boot:
admin:
client:
url: http://localhost:8080
cloud:
config:
discovery:
enabled: true
service-id: configserver
uri: http://localhost:8888
eureka:
instance:
prefer-ip-address: true
client:
service-url:
defaultZone: http://localhost:8761/eurekaLast updated