spring
@Component 把普通pojo实例化到spring容器中 相当于配置文件中的<bean id="" class=""/>
spring Boot
@ConfigurationProperties 提供的是加载配置文件properties,location属性可以提供配置文件地址,prefix指定的需要加载什么内容
spring
@Component 把普通pojo实例化到spring容器中 相当于配置文件中的<bean id="" class=""/>
spring Boot
@ConfigurationProperties 提供的是加载配置文件properties,location属性可以提供配置文件地址,prefix指定的需要加载什么内容
本文标题:注解
本文链接:https://www.haomeiwen.com/subject/uaagjxtx.html
网友评论