Spring Boot 问题汇总

来源:互联网 发布:国裕数据 编辑:程序博客网 时间:2024/05/18 07:47

1 @ConfigurationProperties 取消locations属性

解决方案  

@ConfigurationProperties(prefix = "book")@PropertySource("classpath:book.properties")