Releases: ueboot/ueboot
Releases · ueboot/ueboot
3.0.0-release发布
2.2.1-release版本发布
2.2.1版本的spring boot为1.5.X , 3.0.x版本的spring boot版本为2.1.x
后台Java框架稳定版本2.2.1,已经发布到maven中央仓库
- 修复了部分bug
使用方式:
<parent>
<groupId>com.ueboot</groupId>
<artifactId>ueboot-parent</artifactId>
<version>2.2.1</version>
<relativePath/>
</parent>
前台npm版本:1.7.42,已经发布到npmjs.org当中
- 修复了部分bug
使用方式:npm install ueboot@1.7.42
2.2.0稳定版本发布
- 后台Java框架稳定版本2.2.0,已经发布到maven中央仓库
使用方式:
<parent>
<groupId>com.ueboot</groupId>
<artifactId>ueboot-parent</artifactId>
<version>2.2.0</version>
<relativePath/>
</parent>
- 前台npm版本:1.7.39,已经发布到npmjs.org当中
使用方式:npm install ueboot@1.7.39