We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36abdab commit 634f5bfCopy full SHA for 634f5bf
README.md
@@ -1,7 +1,10 @@
1
参考[Spring Boot基础教程](http://blog.didispace.com/Spring-Boot%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/),整理的学习笔记。
2
3
-# spring-boot-properties-demo
4
-涉及到的知识点有:
5
-* 属性配置文件的自定义属性与加载。
6
-* 属性配置文件的参数引用和随机数。
7
-* 多环境配置,根据不同的环境将属性配置文件切换为生产、开发、测试。
+# 工程配置
+
+**spring-boot-properties-demo**:
+* 涉及到的知识点有:
8
+ * 属性配置文件的自定义属性与加载。
9
+ * 属性配置文件的参数引用和随机数。
10
+ * 多环境配置,根据不同的环境将属性配置文件切换为生产、开发、测试。
0 commit comments