文件名称:springboot入门实例2:springboot配置文件的位置和加载优先级
文件大小:42.85MB
文件格式:ZIP
更新时间:2022-08-23 16:49:35
springboot 配置文件顺序
springboot入门实例2:springboot配置文件的位置和加载优先级 博客地址:https://blog.csdn.net/u010476739/article/details/98380095
【文件预览】:
试验3:--spring.config.location
----another.properties(16B)
----application.properties(52B)
----config()
--------application.properties(16B)
----springboot-demo-0.0.1-SNAPSHOT.jar(16.01MB)
试验1:测试jar包内配置文件顺序
----springboot()
--------src()
--------pom.xml(1KB)
试验2:测试jar包内和jar包外配置文件顺序
----application.properties(52B)
----config()
--------application.properties(16B)
----springboot-demo-0.0.1-SNAPSHOT.jar(16.01MB)
试验4:测试application.properties和application.yml优先级
----another.properties(16B)
----application.properties(16B)
----config()
--------application.properties(16B)
----springboot-demo-0.0.1-SNAPSHOT.jar(16.01MB)
----application.yml(66B)