springboot(7)配置文件自动映射

SpringBoot注解配置文件自动映射到属性和实体类

  • Controller上面配置
@Component
@PropertySource({"classpath:application.properties"})
@ConfigurationProperties
  • 属性上面配置
@Value("${test.name}")
posted @ 2020-04-04 23:43  小易老师  阅读(130)  评论(0编辑  收藏  举报