Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
godcheese committed May 31, 2020
1 parent 331dc4d commit 8b21d77
Show file tree
Hide file tree
Showing 1,190 changed files with 42,043 additions and 41,292 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/target/
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**

### STS ###
.apt_generated
Expand All @@ -16,6 +19,9 @@
*.iml
*.ipr

### VS Code ###
.vscode/

### NetBeans ###
/nbproject/private/
/build/
Expand All @@ -24,6 +30,12 @@
/nbdist/
/.nb-gradle/

### macOS ###
.DS_Store

### JRebel ###
rebel.xml

### Nimrod ###
/upload
/logs
Expand Down
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
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
4 changes: 2 additions & 2 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Path to sources
#sonar.sources=.
sonar.exclusions=src/main/java/com/**
#sonar.inclusions=
sonar.exclusions=src/main/resources/**
sonar.inclusions=src/main/java/**

# Path to tests
#sonar.tests=
Expand Down
77 changes: 40 additions & 37 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mvn spring-boot:run
## [开发文档 Documentation](https://github.com/godcheese/nimrod/blob/master/docs/getting_started.md)

## [更新日志 Changelog](https://github.com/godcheese/nimrod/releases)

> 参照[Commit message 和 Change log 编写指南](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html)
## [在线演示 Online Demo](http://demo.godcheese.com:8083/nimrod)

登录用户名密码加QQ群547252502获取。
Expand Down
Loading

0 comments on commit 8b21d77

Please sign in to comment.