我想在一项服务的所有配置文件中设置通用属性。怎么做?现在我有以下结构
application.properies
service1
profile1
service1.properties
profile2
service1.properties
service2
profile1
service2.properties
profile2
service2.properties
如何为service1
的所有配置文件共享通用属性?
答案 0 :(得分:0)
您可以在bootstrap.yml
或bootstrap.properties
文件中定义以下属性:
application:
name: "service1"
cloud:
config:
uri: "http://<hostname>:<port>"
# ... more common properties