12

spring boot1.5以上版本@ConfigurationProperties取消location注解后的替代方案

2018-03-14 14:01:00    1147533288    2136    转贴:简书

改成如下配置即可(默认配置无前缀,指定自定义配置文件)

@ConfigurationProperties(prefix = "")

@PropertySource("classpath:hengdian.properties")
@Component
苏ICP备18038013号-1
蝉知 蝉知5.2