@EnableConfigurationProperties注解

Posted 八阿哥克星

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了@EnableConfigurationProperties注解相关的知识,希望对你有一定的参考价值。

@EnableConfigurationProperties注解是将加了@ConfigurationProperties注解的类加入到IOC容器中,只有加到IOC容器中,@ConfigurationProperties注解才会生效,为被注解的类的属性赋值,并且必须是有@EnableConfigurationProperties注解将类加到Ioc容器才可以,用@import等注解,@ConfigurationProperties会报错

 

以上是关于@EnableConfigurationProperties注解的主要内容,如果未能解决你的问题,请参考以下文章