其他分享
首页 > 其他分享> > @Component @ConfigurationProperties(prefix = "") @EnableConfigurationProperties(pojo.class

@Component @ConfigurationProperties(prefix = "") @EnableConfigurationProperties(pojo.class

作者:互联网

@Component 把类注册到bean容器

 

 

@ConfigurationProperties(prefix = "") 从yml文件中读取前缀为...的属性值  prefix只能小写,数字,下划线

 

 

@EnableConfigurationProperties(pojo.class) 和@Component不能一起使用,否则bean冲突

标签:Component,prefix,pojo,bean,EnableConfigurationProperties,class,ConfigurationProp
来源: https://www.cnblogs.com/Sun-fish/p/16439715.html