我有两个项目abc-x和def-y ..
它在src / main / resources文件夹中具有application.properties /
我想通过作为
@PropertySource("classpath:"application.properties")
我们可以做类似
@PropertySource("classpath:"/com/abc-x/src/main/resources/application.properties")
对于项目abc-x和
@PropertySource("classpath:"/com/def-y/src/main/resources/application.properties")
对于项目def-y。