我在我的@Configuration类中使用@PropertySource从文件系统加载了我的spring boot application.properties。
如果我想在带有<springProperty>
标记的logback-spring.xml中使用应用程序属性,则它无效。
但是,如果我将application.properties放在src / main / resources下的类路径中,<springProperty>
标记就可以了。
知道为什么它不能使用带有@PropertySource注释的外部化application.properties吗?