Skip to content

Commit

Permalink
工程整理
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc87112 committed Mar 20, 2018
1 parent aa27767 commit f747d43
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chapter1-2-1/pom.xml → Chapter2-1-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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开发

Expand Down

0 comments on commit f747d43

Please sign in to comment.