Skip to content

Commit

Permalink
jboot v1.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jan 12, 2018
1 parent ee9cc89 commit e0a1a14
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
</dependency>
```
#### 编写helloworld
Expand Down
2 changes: 1 addition & 1 deletion README.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.2.6</version>
<version>1.2.7</version>
</dependency>

```
Expand Down
8 changes: 8 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
jboot-1.2.7:
新增:dubbo 对 restful 的支持
修复:当 jbootCache 配置类型为 j2cache 的时候,无法 clear() 的问题
优化:Redis mq 当断开连接的时候会自动重连
优化:更新 dubbo 到 2.6.0 最新版本
优化:更新 j2cache 到 2.3.0 最新版本


jboot-1.2.6:
新增:CaptchaValidate注解,方便验证码验证;
修复:配置cache为ehredis时,某些情况无法获取session的问题。
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.2.6</version>
<version>1.2.7</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.2.6</version>
<version>1.2.7</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.2.6";
private String version = "1.2.7";
private String mode = Jboot.MODE.DEV.getValue();
private boolean bannerEnable = true;
private String bannerFile = "banner.txt";
Expand Down

0 comments on commit e0a1a14

Please sign in to comment.