Skip to content

Commit dd0b63e

Browse files
committed
2.1.3-RELEASE 发布
1 parent e378126 commit dd0b63e

8 files changed

Lines changed: 21 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.battcn</groupId>
3838
<artifactId>swagger-spring-boot-starter</artifactId>
39-
<version>2.1.2-RELEASE</version>
39+
<version>2.1.3-RELEASE</version>
4040
</dependency>
4141
```
4242

@@ -69,6 +69,17 @@ spring.swagger.enabled=true
6969

7070
# 更新记录 #
7171
```
72+
2.1.3
73+
发布时间:2018-12-27
74+
更新内容:
75+
1.修复多层`content-path`时,路径404BUG
76+
2.修复嵌套实体时,`@ApiModelProperty` 必填项显示错误
77+
3.修复新版UI无缩进问题
78+
4.修复接口过多情况下,未出现滚动条BUG
79+
5.当接口类型是 `JAVA POJO`时,渲染的对象添加颜色区分
80+
6.UI自适应优化,在不同分辨率下显示更加友好
81+
7.UI兼容性优化,支持在IE11,EDGE等浏览器显示
82+
8.致歉:近期较忙,所以发布周期延后,十分抱歉
7283
2.1.2
7384
发布时间:2018-11-14
7485
更新内容:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.battcn</groupId>
88
<artifactId>swagger-spring-boot</artifactId>
9-
<version>2.1.3-SNAPSHOT</version>
9+
<version>2.1.3-RELEASE</version>
1010
<packaging>pom</packaging>
1111
<name>swagger-spring-boot</name>
1212

swagger-spring-boot-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.battcn</groupId>
88
<artifactId>swagger-spring-boot</artifactId>
9-
<version>2.1.3-SNAPSHOT</version>
9+
<version>2.1.3-RELEASE</version>
1010
</parent>
1111
<artifactId>swagger-spring-boot-actuator</artifactId>
1212
<name>swagger-spring-boot-actuator</name>

swagger-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.battcn</groupId>
88
<artifactId>swagger-spring-boot</artifactId>
9-
<version>2.1.3-SNAPSHOT</version>
9+
<version>2.1.3-RELEASE</version>
1010
</parent>
1111
<artifactId>swagger-spring-boot-autoconfigure</artifactId>
1212
<name>swagger-spring-boot-autoconfigure</name>

swagger-spring-boot-samples/swagger-spring-boot-sample-basic/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
<dependency>
3434
<groupId>com.battcn</groupId>
3535
<artifactId>swagger-spring-boot-starter</artifactId>
36-
<version>2.1.3-SNAPSHOT</version>
36+
<version>2.1.3-RELEASE</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.battcn</groupId>
4040
<artifactId>swagger-spring-boot-autoconfigure</artifactId>
41-
<version>2.1.3-SNAPSHOT</version>
41+
<version>2.1.3-RELEASE</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.battcn</groupId>
4545
<artifactId>swagger-spring-boot-actuator</artifactId>
46-
<version>2.1.3-SNAPSHOT</version>
46+
<version>2.1.3-RELEASE</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.springframework.boot</groupId>

swagger-spring-boot-samples/swagger-spring-boot-sample-group/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.battcn</groupId>
2929
<artifactId>swagger-spring-boot-starter</artifactId>
30-
<version>2.1.3-SNAPSHOT</version>
30+
<version>2.1.3-RELEASE</version>
3131
</dependency>
3232
</dependencies>
3333

swagger-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.battcn</groupId>
88
<artifactId>swagger-spring-boot</artifactId>
9-
<version>2.1.3-SNAPSHOT</version>
9+
<version>2.1.3-RELEASE</version>
1010
</parent>
1111
<artifactId>swagger-spring-boot-starter</artifactId>
1212
<name>swagger-spring-boot-starter</name>

swagger-vue-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.battcn</groupId>
88
<artifactId>swagger-spring-boot</artifactId>
9-
<version>2.1.3-SNAPSHOT</version>
9+
<version>2.1.3-RELEASE</version>
1010
</parent>
1111
<artifactId>swagger-vue-ui</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)