We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SpringBoot目前1.x与2.x分支都在一直更新维护,当然两者有一定的区别,不过也不是特别大,ApiBoot为了考虑用户项目的环境,决定把两个版本都进行集成,让使用者根据自己的环境进行选择版本使用。
SpringBoot
1.x
2.x
ApiBoot
ApiBoot 1.x
基于SpringBoot1.5.x版本进行构建,JDK版本采用1.8及以上版本可以使用,考虑到目前新项目1.6版本构建比较少,所以基础版本直接改为1.8。
ApiBoot 2.x
基于SpringBoot2.1.x版本进行构建,JDK必须在1.8及以上版本,这是SpringBoot的限制。
两者版本源码除了SpringBoot所影响的区别,其他一致,也会同步更新。