Skip to content

Commit

Permalink
jboot v1.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Nov 1, 2018
1 parent 9e10c2f commit 86a4b11
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
```
#### 编写helloworld
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http://www.jpress.io
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Jboot Demos : https://gitee.com/fuhai/jboot/tree/master/src/test/java
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>

```
Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
jboot-1.7.3:


jboot-1.7.2:
新增:全局拦截器 FixedInterceptor 添加自定义排序的支持(感谢:@pkanyue )
新增:空数据验证 ParaValidater 添加验证 API Json 数据的功能 (感谢:@pkanyue )
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/about_jboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QQ交流群: 601440615
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/jboot/JbootConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class JbootConfig {


private String version = "1.7.2";
private String version = "1.7.3";
private String mode = Jboot.MODE.DEV.getValue();
private boolean bannerEnable = true;
private String bannerFile = "banner.txt";
Expand Down

0 comments on commit 86a4b11

Please sign in to comment.