注解
2017-09-08 本文已影响2人
xiohuan
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指定的需要加载什么内容