git.properties对于Spring Boot自动配置不可见

时间:2019-10-29 12:58:46

标签: spring-boot spring-webflux spring-boot-actuator

我使用gradle插件生成git.properties

id 'com.gorylenko.gradle-git-properties' version '2.2.0'

它生成

/resources/main/git.properties

但是,当在GitResourceAvailableCondition中对spring-boot-autoconfigure进行求值时,则

ResourceLoader表示classpath:git.properties不存在。

我如何指向我的资源以使其可见?

1 个答案:

答案 0 :(得分:0)

事实证明,从Idea插件运行时未执行-我已将Idea中的配置更改为使用gradle https://stackoverflow.com/a/48060458/296427,它的工作原理就像一个魅力