8000 Releases · ueboot/ueboot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ueboot/ueboot

3.0.0-release发布

24 Mar 02:32
Compare
Choose a tag to compare

更新spring boot 版本到2.1.3,增加更多特性,解决一些bug。代码已经发布到中央仓库

 <parent>
        <groupId>com.ueboot</groupId>
        <artifactId>ueboot-parent</artifactId>
        <version>3.0.0</version>
        <relativePath/> 
    </parent>

2.2.1-release版本发布

03 Apr 01:45
4d6d74b
Compare
Choose a tag to compare

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稳定版本发布

26 Dec 02:16
Compare
Choose a tag to compare
  • 后台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

1.6.1版本发布

08 Sep 02:15
Compare
Choose a tag to compare
0