Skip to content

Commit f747d43

Browse files
committed
工程整理
1 parent aa27767 commit f747d43

11 files changed

+4
-2
lines changed

Chapter1-2-1/pom.xml renamed to Chapter2-1-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.didispace</groupId>
7-
<artifactId>Chapter1-2-1</artifactId>
7+
<artifactId>Chapter2-1-2</artifactId>
88
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010

11-
<name>Chapter1-2-1</name>
11+
<name>Chapter2-1-2</name>
1212
<description>Spring Boot 2.0 features : Application Events and Listeners</description>
1313

1414
<parent>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#### 工程配置
4141

4242
- chapter2-1-1:[配置文件详解:自定义属性、随机数、多环境配置等](http://blog.didispace.com/springbootproperties/)
43+
- chapter2-1-2:[2.0 新特性(一):配置绑定全解析](http://blog.didispace.com/Spring-Boot-2-0-feature-1-relaxed-binding-2/)
44+
- chapter2-2-1:[2.0 新特性(二):新增事件ApplicationStartedEvent](http://blog.didispace.com/Spring-Boot-2-0-feature-2-ApplicationStartedEvent/)
4345

4446
#### Web开发
4547

0 commit comments

Comments
 (0)