wyldusername
|
7aba9cc05f
|
代码优化:添加非空判断
|
2019-08-15 18:08:47 +08:00 |
wyldusername
|
8d0f55fc0e
|
代码优化:
1.BeanUtils中重载buildTree方法;
2.接口优化:不要在代码遍历时进行数据库查询操作;
3.组织机构模糊查询,增加相关权限注解;
4.添加方法注释;
|
2019-08-15 14:29:20 +08:00 |
godchao
|
9a32481d79
|
文档配置修改
|
2019-08-15 10:01:56 +08:00 |
godchao
|
c9df8c4ea4
|
文档配置修改
|
2019-08-15 09:45:16 +08:00 |
godchao
|
58f7aa37fc
|
重构文档项目结构;添加部分基础文档.
|
2019-08-14 22:11:45 +08:00 |
godchao
|
f34364ab13
|
增加相关权限注解
|
2019-08-14 16:06:51 +08:00 |
godchao
|
18bcde186d
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-08-14 15:13:17 +08:00 |
godchao
|
7c4278a3a4
|
用户、角色、权限模糊查询优化;权限列表页数据接口性能优化
|
2019-08-14 15:12:01 +08:00 |
wyldusername
|
cda10fea78
|
代码优化,添加字段唯一性验证
|
2019-08-14 09:12:28 +08:00 |
mazhicheng
|
a07b0d9471
|
+ 更新readme
|
2019-08-13 11:25:52 +08:00 |
mazhicheng
|
e881e45ad5
|
Merge branch 'develop' of https://github.com/dibo-software/diboot-v2 into develop
|
2019-08-13 11:02:53 +08:00 |
mazhicheng
|
4572052d21
|
+ 更新readme,增加@BindQuery注解的使用
|
2019-08-13 10:55:59 +08:00 |
wyldusername
|
6cd2857281
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-08-12 09:30:09 +08:00 |
wyldusername
|
81eda9f3c6
|
代码优化
|
2019-08-12 09:21:12 +08:00 |
mazhicheng
|
422aa47954
|
+数据字典初始化SQL
|
2019-08-10 19:45:13 +08:00 |
wuy
|
1a62fb2b81
|
Merge branch 'develop' of https://github.com/dibo-software/diboot-v2 into develop
|
2019-08-09 16:34:05 +08:00 |
wuy
|
7cfc784489
|
* 增加状态码9999,缓存失效
|
2019-08-09 16:33:40 +08:00 |
godchao
|
c9d066152f
|
优化代码,去除不必要的相关的代码。
|
2019-08-09 11:03:52 +08:00 |
mazhicheng
|
62dc1bfe1d
|
buildQueryWrapper增加参数校验,避免误用
|
2019-08-08 19:23:59 +08:00 |
godchao
|
4b95feb429
|
更改列表查询条件
|
2019-08-08 17:40:34 +08:00 |
godchao
|
cb90ed0885
|
解决buildTree存在的问题
|
2019-08-08 16:46:20 +08:00 |
mazhicheng
|
58aedf8640
|
修复QueryBuilder转换QueryWrapper时,DTO存在继承时子类重写属性被父类覆盖的问题
|
2019-08-08 15:27:43 +08:00 |
wyldusername
|
f4c84a18a0
|
组织机构相关代码优化
|
2019-08-08 14:49:56 +08:00 |
wyldusername
|
6fadba880d
|
代码优化:组织、部门管理
|
2019-08-07 18:35:01 +08:00 |
mazhicheng
|
7c973d9ac1
|
优化QueryBuilder忽略static,final,transient修饰字段,并支持继承
|
2019-08-07 16:57:57 +08:00 |
mazhicheng
|
59f0f0ba14
|
Merge branch 'develop' of https://github.com/dibo-software/diboot-v2 into develop
|
2019-08-07 16:55:29 +08:00 |
mazhicheng
|
2eaed62442
|
优化QueryBuilder忽略static,final,transient修饰字段,并支持继承
|
2019-08-07 16:47:07 +08:00 |
godchao
|
4c1de693e0
|
fixed:部分调用不存在的问题
|
2019-08-07 15:45:41 +08:00 |
Mazc
|
4ee61a5a72
|
Merge branch 'master' into develop
|
2019-08-07 10:03:13 +08:00 |
mazhicheng
|
6bb1ef4414
|
优化QueryBuilder.toLambdaQueryWrapper()实现
|
2019-08-07 09:56:17 +08:00 |
mazhicheng
|
9fdeda639d
|
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
# diboot-example/src/main/java/com/diboot/example/controller/OrganizationController.java
# diboot-example/src/main/java/com/diboot/example/controller/SysUserController.java
# diboot-shiro/src/main/java/com/diboot/shiro/controller/RoleController.java
|
2019-08-07 09:50:54 +08:00 |
mazhicheng
|
e225324ec8
|
1. 增加BindQuery注解,用于Entity/DTO对象直接转换为QueryWrapper查询对象; 2. 优化Pagination对象,以便在Controller中可以自动注入属性值;
|
2019-08-07 09:44:16 +08:00 |
wuy
|
fdb35d757d
|
+ 默认关闭缓存,通过配置文件开启
|
2019-08-06 17:02:38 +08:00 |
godchao
|
0583e09c47
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-08-06 15:45:08 +08:00 |
godchao
|
fa9ee14cff
|
优化权限校验流程,管理员返回所有权限列表
|
2019-08-06 15:44:52 +08:00 |
wyldusername
|
e0c89b9e3b
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-08-06 14:45:31 +08:00 |
wyldusername
|
8eb4af62c3
|
组织结构相关代码优化
|
2019-08-06 14:15:52 +08:00 |
godchao
|
7d43eb0bf4
|
如果内存缓存和redis缓存都没有配置,默认为内存缓存
|
2019-08-06 11:17:42 +08:00 |
godchao
|
bc0ebcc457
|
如果内存缓存和redis缓存都没有配置,默认为内存缓存
|
2019-08-06 11:11:56 +08:00 |
godchao
|
9014c8ac8a
|
对于没有配置的参数,赋予默认值false
|
2019-08-06 11:09:54 +08:00 |
wuy
|
d9497933c7
|
+ 增加权限缓存配置
|
2019-08-06 10:47:33 +08:00 |
wuy
|
993f5a1c7a
|
Merge branch 'develop' of https://github.com/dibo-software/diboot-v2 into develop
|
2019-08-06 10:47:01 +08:00 |
wuy
|
5268c8348d
|
+ 增加权限缓存配置
|
2019-08-06 10:46:49 +08:00 |
wyldusername
|
0d55f5c271
|
add:组织机构相关接口
|
2019-08-05 16:53:06 +08:00 |
wyldusername
|
38572819ae
|
对接权限管理-列表页
|
2019-07-31 14:19:11 +08:00 |
wyldusername
|
1a69f326f7
|
代码优化
|
2019-07-30 18:59:02 +08:00 |
wuy
|
7deeda8461
|
+ 增加所有权限的角色配置,默认ADMIN角色为最高权限
|
2019-07-22 23:08:29 +08:00 |
wuy
|
476250168a
|
Merge branch 'develop' of https://github.com/dibo-software/diboot-v2 into develop
|
2019-07-22 22:56:36 +08:00 |
wuy
|
9b2d3344cd
|
+ 增加所有权限的角色配置,默认ADMIN角色为最高权限
|
2019-07-22 22:56:21 +08:00 |
Mazc
|
8464639a00
|
Merge pull request #19 from dibo-software/develop
更新README
|
2019-07-20 15:50:05 +08:00 |