-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,190 changed files
with
42,043 additions
and
41,292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
stages: | ||
- install | ||
install: | ||
job: | ||
stage: install | ||
script: | ||
- chmod +x ./scripts/gitlabci.build.sh | ||
- ./scripts/gitlabci.build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,57 @@ | ||
|
||
## Changelog | ||
- v0.7.3 2020.05.31 | ||
- feat:升级 Spring Boot 至 2.3.0(20200530) | ||
- feat:升级 Easy UI 至 1.9.5(20200530) | ||
- v0.7.2 2020.03.17 | ||
- 修复运行 jar 报 org.springframework.beans.factory.UnsatisfiedDependencyException 异常的问题(20200316) | ||
- fix:修复运行 jar 报 org.springframework.beans.factory.UnsatisfiedDependencyException 异常的问题(20200316) | ||
- v0.7.1 2020.03.15 | ||
- 修复 jar 包运行登录界面验证码图片生成失败问题(20200315) | ||
- fix:修复 jar 包运行登录界面验证码图片生成失败问题(20200315) | ||
- v0.7.0 2020.03.08 | ||
- 新的界面(20200307) | ||
- feat:新的界面(20200307) | ||
- v0.6.5 2019.11.26 | ||
- 修复大量 bug(20191126) | ||
- fix:修复大量 bug(20191126) | ||
- v0.5.5 2019.05.12 | ||
- 修复无法新建用户问题(20190506) | ||
- 升级 EasyUI 至 1.8.1(20190507) | ||
- 优化部门显示(20190507) | ||
- 新增用户禁用字段(20190508) | ||
- fix:修复无法新建用户问题(20190506) | ||
- feat:升级 EasyUI 至 1.8.1(20190507) | ||
- fix:优化部门显示(20190507) | ||
- feat:新增用户禁用字段(20190508) | ||
- v0.5.4 2019.04.18 | ||
- 修复 Duird 数据库连接池 Monitor 页部署上线后无权限访问的问题(20190418) | ||
- 优化 Druid 数据库连接池配置(20190418) | ||
- fix:修复 Duird 数据库连接池 Monitor 页部署上线后无权限访问的问题(20190418) | ||
- refactor:优化 Druid 数据库连接池配置(20190418) | ||
- v0.5.3 2019.04.17 | ||
- 修复部署到 Linux 系统中验证码生成乱码的问题(20190417) | ||
- fix:修复部署到 Linux 系统中验证码生成乱码的问题(20190417) | ||
- v0.5.2 2019.04.15 | ||
- 升级 Spring Boot Starter Parent 至 2.1.4.RELEASE 版本(20190415) | ||
- 升级 MyBatis Spring Boot Starter 至 2.0.1(20190415) | ||
- 升级 Druid Spring Boot Starter 至 1.1.16 | ||
- 升级 EasyUI 至 1.7.6(20190415) | ||
- 移除工作流 Flowable(20190415) | ||
- 优化代码(20190309)(20190415) | ||
- feat:升级 Spring Boot Starter Parent 至 2.1.4.RELEASE 版本(20190415) | ||
- feat:升级 MyBatis Spring Boot Starter 至 2.0.1(20190415) | ||
- feat:升级 Druid Spring Boot Starter 至 1.1.16 | ||
- feat:升级 EasyUI 至 1.7.6(20190415) | ||
- refactor:移除工作流 Flowable(20190415) | ||
- refactor:优化代码(20190309)(20190415) | ||
- v0.5.1 2019.03.09 | ||
- 优化代码(20190309) | ||
- refactor:优化代码(20190309) | ||
- v0.5.0 2019.02.01 | ||
- 集成 Quartz 定时任务(201902114) | ||
- 程序运行时自动载入之前等待发送的电子邮件到发送队列并发送(20190201) | ||
- 不再兼容 IE8 浏览器(20190202) | ||
- feat:集成 Quartz 定时任务(201902114) | ||
- refactor:程序运行时自动载入之前等待发送的电子邮件到发送队列并发送(20190201) | ||
- refactor:不再兼容 IE8 浏览器(20190202) | ||
- v0.4.0 2019.01.25 | ||
- 新增工作台界面(20190125) | ||
- 集成工作流(Flowable)(20190121) | ||
- 优化 URL(20190121) | ||
- 优化登录界面(20190125) | ||
- feat:新增工作台界面(20190125) | ||
- feat:集成工作流(Flowable)(20190121) | ||
- refactor:优化 URL(20190121) | ||
- refactor:优化登录界面(20190125) | ||
- v0.3.0 2019.01.11 | ||
- 修复 IE8 浏览器下登录页登录框变形的问题(20190104) | ||
- 修复帐号注销登录后还能访问系统的问题(20190105) | ||
- 优化系统登录页布局和表单布局(20190109) | ||
- 优化 Excel 导出/导入实体数据(20190110) | ||
- 新增 EasyUI 到 v1.7.1 版(20190110) | ||
- 新增 jar 打包支持,并设置为默认打包方式(20190108) | ||
- 新增一个帐号只允许同时在线一个 session 的功能(20190104) | ||
- 新增 MIT 开源协议(20190110) | ||
- fix:修复 IE8 浏览器下登录页登录框变形的问题(20190104) | ||
- fix:修复帐号注销登录后还能访问系统的问题(20190105) | ||
- refactor:优化系统登录页布局和表单布局(20190109) | ||
- refactor:优化 Excel 导出/导入实体数据(20190110) | ||
- feat:升级 EasyUI 到 v1.7.1 版(20190110) | ||
- feat:新增 jar 打包支持,并设置为默认打包方式(20190108) | ||
- feat:新增一个帐号只允许同时在线一个 session 的功能(20190104) | ||
- docs:新增 MIT 开源协议(20190110) | ||
- v0.2.0 2018.12.21 | ||
- 整合 ActiveMQ(20181221) | ||
- 新增部门管理(20181221) | ||
- feat:整合 ActiveMQ(20181221) | ||
- feat:新增部门管理(20181221) | ||
- v0.1.0 2018.11.05 | ||
- 最新版发布(20181105) | ||
- feat:最新版发布(20181105) | ||
- v0.0.1 2018.02.22 | ||
- 第一版发布(20180222) | ||
- feat:第一版发布(20180222) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.