Skip to content

Files

Latest commit

 

History

History
This branch is up to date with liuyueyi/spring-boot-demo:master.

000-properties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 28, 2021
Jan 25, 2021
Sep 25, 2018
Jan 4, 2021

readme.md

000-properties

项目说明

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

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

博文说明

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

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