工程整理

This commit is contained in:
zhaiyongchao
2018-03-20 15:52:01 +08:00
parent aa277670c0
commit f747d43fa5
11 changed files with 4 additions and 2 deletions

View File

@@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.didispace</groupId>
<artifactId>Chapter1-2-1</artifactId>
<artifactId>Chapter2-1-2</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>Chapter1-2-1</name>
<name>Chapter2-1-2</name>
<description>Spring Boot 2.0 features : Application Events and Listeners</description>
<parent>

View File

@@ -40,6 +40,8 @@
#### 工程配置
- chapter2-1-1[配置文件详解:自定义属性、随机数、多环境配置等](http://blog.didispace.com/springbootproperties/)
- chapter2-1-2[2.0 新特性(一):配置绑定全解析](http://blog.didispace.com/Spring-Boot-2-0-feature-1-relaxed-binding-2/)
- chapter2-2-1[2.0 新特性新增事件ApplicationStartedEvent](http://blog.didispace.com/Spring-Boot-2-0-feature-2-ApplicationStartedEvent/)
#### Web开发