File tree Expand file tree Collapse file tree 21 files changed +23
-23
lines changed
api-boot-project/api-boot-autoconfigure/src/main
java/org/minbox/framework/api/boot/autoconfigure/swagger
api-boot-sample-alibaba-oss
api-boot-sample-alibaba-sms
api-boot-sample-datasource-switch
api-boot-sample-http-converter
api-boot-sample-integration
api-boot-sample-logging-admin
api-boot-sample-message-push
api-boot-sample-mybatis-enhance-codegen
api-boot-sample-mybatis-enhance
api-boot-sample-mybatis-pageable
api-boot-sample-rate-limiter
api-boot-sample-resource-load
api-boot-sample-security-oauth-jwt Expand file tree Collapse file tree 21 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1- ## 2.2.1.RELEASE (2019-12-16日发布)
1+ ## 2.2.1.RELEASE更新日志 (2019-12-16日发布)
22- 升级SpringBoot版本为2.2.2.RELEASE
33- 升级minbox-logging版本为1.0.3.RC1
44- 升级minbox-framework版本为1.0.2.RELEASE
88- 添加api.boot.logging.global-logging-storage-away参数配置,默认为memory内存方式
99- 添加logging_global_logs表结构
1010
11- ## 2.2.0.RELEASE (2019-11-29日发布)
11+ ## 2.2.0.RELEASE更新日志 (2019-11-29日发布)
1212- 支持SpringBoot2.2.0以上版本分支
1313- 升级SpringCloud版本为Hoxton.RELEASE
1414- 升级druid版本为1.1.21
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class SwaggerProperties {
4545 /**
4646 * 文档版本号
4747 */
48- private String version = "2.2.1.RELEASE " ;
48+ private String version = "2.2.2-SNAPSHOT " ;
4949 /**
5050 * 文档版权
5151 */
Original file line number Diff line number Diff line change 66 |
77 '
88:: Based On SpringBoot Version : ${spring-boot.formatted-version} ::
9- :: ApiBoot Version : v2.2.1.RELEASE ::
9+ :: ApiBoot Version : v2.2.2-SNAPSHOT ::
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.minbox.framework</groupId >
3232 <artifactId >api-boot-dependencies</artifactId >
33- <version >2.2.1.RELEASE </version >
33+ <version >2.2.2-SNAPSHOT </version >
3434 <type >pom</type >
3535 <scope >import</scope >
3636 </dependency >
Original file line number Diff line number Diff line change 3131 <dependency >
3232 <groupId >org.minbox.framework</groupId >
3333 <artifactId >api-boot-dependencies</artifactId >
34- <version >2.2.1.RELEASE </version >
34+ <version >2.2.2-SNAPSHOT </version >
3535 <type >pom</type >
3636 <scope >import</scope >
3737 </dependency >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.minbox.framework</groupId >
4848 <artifactId >api-boot-dependencies</artifactId >
49- <version >2.2.1.RELEASE </version >
49+ <version >2.2.2-SNAPSHOT </version >
5050 <type >pom</type >
5151 <scope >import</scope >
5252 </dependency >
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >org.minbox.framework</groupId >
3131 <artifactId >api-boot-dependencies</artifactId >
32- <version >2.2.1.RELEASE </version >
32+ <version >2.2.2-SNAPSHOT </version >
3333 <type >pom</type >
3434 <scope >import</scope >
3535 </dependency >
Original file line number Diff line number Diff line change 2727 <modelVersion >4.0.0</modelVersion >
2828 <properties >
2929 <java .version>1.8</java .version>
30- <api .boot.version>2.2.1.RELEASE </api .boot.version>
30+ <api .boot.version>2.2.2-SNAPSHOT </api .boot.version>
3131 </properties >
3232 <artifactId >api-boot-sample-integration</artifactId >
3333 <description >
135135 <plugin >
136136 <groupId >org.springframework.boot</groupId >
137137 <artifactId >spring-boot-maven-plugin</artifactId >
138- <version >2.2.1.RELEASE </version >
138+ <version >2.2.2-SNAPSHOT </version >
139139 </plugin >
140140 <plugin >
141141 <groupId >org.minbox.framework</groupId >
Original file line number Diff line number Diff line change 6868 <dependency >
6969 <groupId >org.minbox.framework</groupId >
7070 <artifactId >api-boot-dependencies</artifactId >
71- <version >2.2.1.RELEASE </version >
71+ <version >2.2.2-SNAPSHOT </version >
7272 <type >pom</type >
7373 <scope >import</scope >
7474 </dependency >
Original file line number Diff line number Diff line change 5656 <dependency >
5757 <groupId >org.minbox.framework</groupId >
5858 <artifactId >api-boot-dependencies</artifactId >
59- <version >2.2.1.RELEASE </version >
59+ <version >2.2.2-SNAPSHOT </version >
6060 <type >pom</type >
6161 <scope >import</scope >
6262 </dependency >
You can’t perform that action at this time.
0 commit comments