Skip to content

Latest commit

 

History

History

000-properties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

000-properties

项目说明

演示Spring-Boot项目中,配置信息的使用方式,包括以下几种

  • 读取配置信息的三种不同姿势
  • 读取自定义配置文件(biz.properties)属性的方式
  • 配置内参数引用的示例

博文说明

本项目对应的博文内容为:

  1. 180919-SpringBoot基础篇配置信息之如何读取配置信息
  2. 180921-SpringBoot基础篇配置信息之自定义配置指定与配置内引用
  3. 201226-SpringBoot系列PropertySource加载Yaml配置文件实例演示