Skip to content

Latest commit

 

History

History

springboot-property

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

springboot-property 2017-6-1

Springboot 获取配置文件的几种方式
  • 使用@ConfigurationProperties注解将配置文件属性注入到配置对象类中
  • 使用@Value("${propertyName}")注解
  • 使用Environment
  • 通过注册监听器(Listeners) + PropertiesLoaderUtils的方式

针对上面的这四种方式,博主推荐的程度右上往下依次递减

生命不息,折腾不止!

更多信息,请关注:

  1. 我的博客
  2. 我的工具
  3. 我的微博
  4. 我的头条号
  5. 我的mooc

有任何问题可以

如果喜欢,请多多分享、多多Star