码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2020-04-05 00:47:05      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:test   path   文件   config   映射   自动   property   name   class   

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

  • Controller上面配置
@Component
@PropertySource({"classpath:application.properties"})
@ConfigurationProperties
  • 属性上面配置
@Value("${test.name}")

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

标签:test   path   文件   config   映射   自动   property   name   class   

原文地址:https://www.cnblogs.com/xeclass/p/12635245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!