1 @ConfigurationProperties 取消locations属性
解决方案
@ConfigurationProperties(prefix = "book")
@PropertySource("classpath:book.properties")
1 @ConfigurationProperties 取消locations属性
解决方案
@ConfigurationProperties(prefix = "book")
@PropertySource("classpath:book.properties")