摘要: 六、配置文件加载位置 SpringBoot启动会扫描以下位置的application.properties或者application.yml文件作为SpringBoot的配置文件 - file:./config/ - file:./ - classpath:/config/ - classpath: 阅读全文
posted @ 2020-04-01 16:18 ZSJ-白 阅读(289) 评论(0) 推荐(0) 编辑