在bootstrapt.yml文件中配置
spring:
profiles:
active:
- test
include:
- config1, config2
除了会加载application.yml 还会加载 ???
application-test.yml
application-config1.yml
application-config2.yml
如果有一个配置文件叫 xxx.yml 目前配置方法还没找到 、以后在解决
在bootstrapt.yml文件中配置
spring:
profiles:
active:
- test
include:
- config1, config2
除了会加载application.yml 还会加载 ???
application-test.yml
application-config1.yml
application-config2.yml
如果有一个配置文件叫 xxx.yml 目前配置方法还没找到 、以后在解决