SpringBoot: @ConfigurationProperties失效/不生效问题
问题Springboot项目中使用@ConfigurationProperties并没有生效解决加上@Setter (SpringBoot中的自动配置和注入基本都是使用set方法)在main方法上加上@EnableConfigurationPropertiesScan在使用Properties文件的方法上(不用加@component了,在Application上加了@ConfigurationPr
·
问题
Springboot项目中使用@ConfigurationProperties并没有生效
解决
- 加上@Setter (SpringBoot中的自动配置和注入基本都是使用set方法)
- 在main方法上加上@EnableConfigurationPropertiesScan
在使用Properties文件的方法上(不用加@component了,在Application上加了@ConfigurationPropertiesScan后会自动注入IOC)
主方法上:
![在这里插入图片描述](https://img-blog.csdnimg.cn/ddbc2e56cb5
84e05986a4650f530ea94.png)
更多推荐
已为社区贡献1条内容
所有评论(0)