Skip to content

Commit 634f5bf

Browse files
authored
Update README.md
1 parent 36abdab commit 634f5bf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
参考[Spring Boot基础教程](http://blog.didispace.com/Spring-Boot%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/),整理的学习笔记。
22

3-
# spring-boot-properties-demo
4-
涉及到的知识点有:
5-
* 属性配置文件的自定义属性与加载。
6-
* 属性配置文件的参数引用和随机数。
7-
* 多环境配置,根据不同的环境将属性配置文件切换为生产、开发、测试。
3+
# 工程配置
4+
5+
**spring-boot-properties-demo**
6+
7+
* 涉及到的知识点有:
8+
* 属性配置文件的自定义属性与加载。
9+
* 属性配置文件的参数引用和随机数。
10+
* 多环境配置,根据不同的环境将属性配置文件切换为生产、开发、测试。

0 commit comments

Comments
 (0)