Commit Graph

694 Commits (deploy)

Author SHA1 Message Date
Elune 76bdb0fc16 图形验证码过期时间调整,可在application.yml 中修改 2019-07-01 15:56:32 +08:00
zhengjie 9726436d78 v2.1 version is released. For details, please see: https://github.com/elunez/eladmin/releases/tag/v2.1 2019-06-30 08:19:38 +08:00
zhengjie c4fc3da175 代码生成器优化,新增多数据字典支持,用户修改密码优化 2019-06-29 22:23:46 +08:00
zhengjie 375cdf4dc3 更换图形验证码工具,其他细节优化 2019-06-20 17:38:09 +08:00
zhengjie 525c3567ae 更换图形验证码工具,其他细节优化 2019-06-20 17:36:25 +08:00
zhengjie dca9929a6b 更换图形验证码工具,其他细节优化 2019-06-20 17:33:49 +08:00
zhengjie 83dc7f8a18 优化user列表中的岗位DTO,修改@author信息,新增验证码登录 2019-06-10 16:49:51 +08:00
zhengjie c01435a059 更新代码生成器,更新sql脚本 2019-06-05 11:22:47 +08:00
zhengjie 5c27bce52a add VisitsInitialization 启动时初始化站点统计 2019-06-05 09:02:32 +08:00
zhengjie baa9b7c68c remove RoleQueryCriteria 2019-06-04 16:36:40 +08:00
zhengjie f9ff6d8657 去除redis的新增编辑功能 2019-06-04 15:59:01 +08:00
zhengjie 2b931a587f Merge branch 'master' of gitee.com:elunez/eladmin 2019-06-04 15:30:25 +08:00
Elune 083bbdc6e7 !4 使用基于netty性能更优的lettuce代替jedis
Merge pull request !4 from Edin/master
2019-06-04 15:30:02 +08:00
zhengjie 7eba9641e0 去除实时控制台功能,查询方式修改成注解方式 2019-06-04 15:23:20 +08:00
zhuon 5538d653b0 使用基于netty性能更优的lettuce代替jedis 2019-06-04 10:03:24 +08:00
zhengjie e6c23f816f update README.md 2019-06-03 17:16:21 +08:00
zhengjie 687e3081cc update README.md 2019-06-03 17:15:24 +08:00
zhengjie dd506735b6 update README.md 2019-06-03 17:14:52 +08:00
zhengjie 11b6834b1a update BeanHelp.class 2019-06-03 16:56:59 +08:00
elunez 18ed58c529
Merge pull request #88 from d15801543974/master
修改分页实现方式
2019-06-03 16:22:45 +08:00
dzy e89c95c431 2019/6/3 不分页同理 2019-06-03 15:45:16 +08:00
dzy d7dcd70f4f 2019/06/03 修改分页实现方式 直接在需要分页查询的实体类中 需要作为查询条件的属性加入注解
比如(@PredicateInfo(queryType = PredicateInfo.QueryType.INNER_LIKE))实现模糊查询 等等...
2019-06-03 15:33:47 +08:00
zhengjie 2d19ad4915 异步日志 2019-06-03 13:07:46 +08:00
zhengjie ec716f99f2 优化 druid配置,日志异步保存 2019-06-03 09:28:45 +08:00
zhengjie 3696c2fbdd 优化 druid 连接池,启动类添加@EnableAsync注解,开启Spring boot 异步支持 2019-06-02 16:04:14 +08:00
zhengjie 949460188d update LogQueryService 2019-05-29 10:03:23 +08:00
zhengjie c2155c428e 调整ID生成策略 2019-05-27 10:25:49 +08:00
zhengjie d5ee3681bc 2.0 版本发布,详情查看发行版说明 2019-05-26 16:40:55 +08:00
Elune 97ebc14c7d !3 修复bug:重新catch再throw new Exception会导致部分堆栈信息丢失
Merge pull request !3 from Edin/master
2019-05-24 14:58:10 +08:00
zhuon 5ece3a3d68 修复bug:重新catch再throw new Exception会导致部分堆栈信息丢失 2019-05-24 10:56:50 +08:00
zhengjie 784d670c54 2.0 抢先版,主要更新了#71 | #IWYE2 2019-05-24 10:36:19 +08:00
zhengjie 90c2bf906b 修复代码生成器issues中的#60,优化#64/#IWT0F的前三条 2019-05-21 16:00:22 +08:00
zhengjie 4d9cbfe08b v1.9 发布,详情查看发行版说明 2019-05-18 17:53:27 +08:00
zhengjie 343ce346db v1.9 发布,详情查看发行版说明 2019-05-18 12:21:45 +08:00
Edin 31e4a08a31 !2 redis databse 值 在api/redis接口中没生效
Merge pull request !2 from Edin/master
2019-05-16 10:47:42 +08:00
zhuon cffeaee57e redis databse 值 在api/redis接口中没生效 2019-05-15 16:39:14 +08:00
zhengjie 83fe8fabaa 1.8 version 2019-05-11 19:06:59 +08:00
zhengjie a42e1ca732 1.8 版本 2019-05-11 14:11:35 +08:00
elunez 61a9b45a63
Merge pull request #49 from Diffblue-benchmarks/add-diffblue-tests-FileUtilTest
Add unit tests for me.zhengjie.utils.FileUtil
2019-05-08 17:05:33 +08:00
zhengjie 333212a15f Add unit tests for me.zhengjie.utils.StringUtils 2019-05-08 17:00:20 +08:00
zhengjie 3cde757b32 打包时跳过单元测试 2019-05-08 15:25:27 +08:00
zhengjie a43711acf4 修复用户存在多个角色时登录失败的问题,修复在用户管理中修改用户的角色缓存不刷新的问题 2019-05-08 15:16:49 +08:00
zhengjie 0baad04445 修复在用户管理中修改用户的角色时缓存不刷新的问题 2019-05-08 15:13:41 +08:00
zhengjie 5f43a5dabc 修复用户多角色时登录失败的bug 2019-05-08 14:09:15 +08:00
Eric Hettiaratchi 7137fee24f Add unit tests for me.zhengjie.utils.FileUtil
These tests were written using Diffblue Cover.
2019-04-26 11:16:55 +01:00
zhengjie 99041161d7 在System模块的ConfigurerAdapter类中添加 解决Long 类型在 前端精度丢失的实现 2019-04-22 15:54:19 +08:00
zhengjie 8a88f90367 在System模块的ConfigurerAdapter类中添加 解决Long 类型在 前端精度丢失的实现 2019-04-22 15:53:57 +08:00
zhengjie 07f6f28bd9 Cancel test 2019-04-18 11:30:06 +08:00
elunez 6e69248041
Merge pull request #42 from Diffblue-benchmarks/add-diffblue-tests
Add unit tests for me.zhengjie.utils.StringUtils
2019-04-18 11:24:45 +08:00
Eric Hettiaratchi 396647676f Add unit tests for me.zhengjie.utils.StringUtils
These tests were written using Diffblue Cover.
2019-04-17 11:10:25 +01:00