File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22- 支持SpringBoot2.2.0以上版本分支
33- 升级SpringCloud版本为Hoxton.RELEASE
44- 升级druid版本为1.1.21
5- - 升级Nacos Config版本为0.8.0
65- 升级spring-security-oauth2版本为2.4.0.RELEASE
76- 升级spring-security-jwt版本为1.1.0.RELEASE
87- 修改ApiBootDefaultAuthenticationEntryPoint返回json字符串的方式为fastJson
Original file line number Diff line number Diff line change @@ -91,6 +91,13 @@ ApiBoot依赖于SpringBoot,可以使用ApiBoot构建独立的Java应用程序
9191- 请在提出您的问题时提供尽可能有关ApiBoot可能多的信息,比如:ApiBoot的版本、JDK、使用组件等
9292- 如果提问题时需要粘贴代码,请尽量使用markdown语法```转义符。
9393
94+ ## 分支
95+
96+ ApiBoot由于需要支持SpringBoot的不同分支的代码(SpringBoot版本相互不兼容的问题导致),因此也对应创建的分支。
97+
98+ - ` 2.1.x ` 对应SpringBoot的` 2.1.0 ` 及以上版本。
99+ - ` 2.2.x ` 对应SpringBoot的` 2.2.0 ` 及以上版本。
100+
94101## 源码方式构建
95102
96103ApiBoot正式版本都会发布到Maven Center,如果你想使用源码最新版本的ApiBoot(版本并未发布),可以直接通过源码的方式进行构建安装到本地使用,前提条件如下所示:
You can’t perform that action at this time.
0 commit comments