摘要: spring boot多环境配置 spring boot 配置文件(application.yaml / xml)优先级:官方文档 file:./config/ - 优先级最高(项目根路径下的config) file:./ - 优先级第二 -(项目根路径下) classpath:/config/ - 阅读全文
posted @ 2020-10-19 23:21 LastFairy 阅读(452) 评论(0) 推荐(0) 编辑