Commit Graph

100 Commits

Author SHA1 Message Date
b2baccline
385f440ab8 Merge pull request #37 from lingting-gzm/master
 LovBody与LovSearch有 id 与Lov关联改为使用 keyword与lov关联
2020-09-29 13:55:35 +08:00
b2baccline
999f779af3 🔨 UserDetails重构,抽象用户资源属性,role 和 permission 都作为用户的一个默认资源,提供资源协调者入口,供用户进行扩展处理 2020-09-28 22:52:33 +08:00
b2baccline
635acf371b 新增组织机构查询其子部门的方法 2020-09-28 19:12:43 +08:00
b2baccline
545e6459a7 🎨 删除无用代码 & style format 2020-09-28 18:27:17 +08:00
b2baccline
ea2e3ebb6f 🔥 移除 IEnum 实现 2020-09-27 22:31:02 +08:00
b2baccline
89be4adf91 LovBody与LovSearch有 id 与Lov关联改为使用 keyword与lov关联 2020-09-27 14:43:36 +08:00
b2baccline
a6db1570e4 用户添加组织机构绑定关系 2020-09-24 21:31:19 +08:00
b2baccline
15be4ee322 新增组织机构表 2020-09-24 21:30:15 +08:00
b2baccline
bf1dae588b 🔒 修复用户登陆后将密文密码返回前台的安全隐患问题 2020-09-17 20:49:46 +08:00
b2baccline
f6826bf561 :zip: 将登陆日志从操作日志中剥离开来,方便后续扩展 2020-09-17 18:12:24 +08:00
b2baccline
f2471e21e4 字典项添加附加属性字段 2020-09-16 15:29:39 +08:00
b2baccline
35b4bc9e86 🐛 修复新建时无法指定PermissionId的问题 2020-09-05 00:08:42 +08:00
b2baccline
2a45881860 完成lov模块 2020-08-17 14:28:06 +08:00
b2baccline
9d21e96ad3 字典项添加id 2020-08-17 10:07:45 +08:00
b2baccline
ce0d57629d dict type修改为 valueType 2020-08-13 15:58:32 +08:00
b2baccline
8f4af0e338 字典添加数据类型 2020-08-12 16:38:43 +08:00
b2baccline
6b988fc068 🔥 移除 AdminExceptionHandler.java 2020-08-10 14:28:04 +08:00
b2baccline
7e77c1ca67 添加禁用iframe配置 2020-08-10 10:02:34 +08:00
b2baccline
947059a1e6 新增 kafka-starter 模块 2020-08-03 15:38:16 +08:00
b2baccline
ad486b7e89 🎨 调整下字典VO返回值命名 2020-07-31 18:04:29 +08:00
b2baccline
7464b31443 🎨 字典查询修改为支持批量查询,减少前后端通讯 2020-07-31 16:34:28 +08:00
b2baccline
96b461806b 优化访问日志,防止因日志记录操作而导致请求异常 2020-07-22 14:50:58 +08:00
b2baccline
23b56ca278 access log 使用 responseWrapper,记录响应数据 2020-07-16 18:58:24 +08:00
b2baccline
b35f4c2dc2 🎨 调整无权限修改用户时的返回提示语 2020-07-14 21:29:18 +08:00
b2baccline
71f5c845a2 🐛 修复TokenStore使用CachePropertiesHolder时的加载顺序问题 2020-07-13 15:54:46 +08:00
b2baccline
dceb7de5d5 🎨 链式调用format忽略 2020-07-10 23:05:47 +08:00
b2baccline
ae67e4cca6 移除 admin-core 默认引入的swagger相关依赖,用户需要时在项目中按需引入 2020-07-10 20:33:13 +08:00
b2baccline
acf6b1167e ⬆️ swagger-annotation 升级 1.5.21 & 全局 swagger 依赖版本管理 2020-07-10 20:24:37 +08:00
b2baccline
1870f5eb8f 调整SysRole属性,实体类不允许使用原生类型 2020-07-06 12:53:29 +08:00
b2baccline
84bd48fb7f 🎨 校验是否系统用户的方法名调整 2020-07-06 12:16:14 +08:00
b2baccline
3964aeb49c Merge pull request #23 from lingting-gzm/master
 添加新功能
2020-07-06 10:06:16 +08:00
b2baccline
8934f22a05 修改超级管理员检查方式以及配置 2020-07-05 14:22:53 +08:00
b2baccline
62a0e4ab11 逻辑删除字段,创建时自动填充(字段名必须为deleted,类型为Long) 2020-07-03 16:18:49 +08:00
b2baccline
e4130aeaad 添加超级管理员校验 2020-06-26 20:39:06 +08:00
b2baccline
90cfa06ee8 角色添加 system 属性,表名是否为系统角色,系统角色不可删除,系统角色不可被取消 2020-06-26 20:36:05 +08:00
b2baccline
89add5d79a 🎨 引入spring-java-format插件,代码格式管理 2020-06-25 00:19:21 +08:00
b2baccline
fcb981517f 🎨 调整代码结构 2020-06-11 14:26:25 +08:00
b2baccline
6a97768e53 🎨 登陆,登出日志记录 2020-06-11 00:19:15 +08:00
b2baccline
35dd8b6821 🎨 逻辑删除修改,方便支持唯一索引使用,使用当前时间作为删除标识,实体类属性统一使用 Long 类型 2020-06-09 18:27:08 +08:00
b2baccline
ff5e9f0b63 🎨 OAuth Token Store 的缓存前缀 2020-06-09 15:34:17 +08:00
b2baccline
a2178c24a6 💚 依赖瘦身 2020-06-08 21:38:57 +08:00
b2baccline
3dc5131793 🔨 示例项目位置调整 2020-06-04 00:57:20 +08:00
b2baccline
46b4e3c983 🎨 修改sysConfig对应表名 2020-06-04 00:54:00 +08:00
b2baccline
9270a2b26f 🔨 移动common下部分模块至starter下 2020-06-03 21:33:10 +08:00
b2baccline
409d001d7b 🚨 删除api_access_log 2020-06-03 20:46:43 +08:00
b2baccline
2e7961a6d5 🎨 移动系统配置到sys模块下 2020-06-03 20:40:55 +08:00
b2baccline
c6ab664c01 操作日志和访问日志记录追踪ID,方便排查问题 2020-05-28 01:27:57 +08:00
b2baccline
057cd3ace8 admin-core自动装配,简化使用配置 2020-05-25 21:10:32 +08:00
b2baccline
06ab3a4d09 🎨 日志调整,TraceId修改使用Filter,拦截器方案执行时机会在AccessLogFilter之后 2020-05-25 21:04:13 +08:00
b2baccline
8ee64886b4 🎨 MDC,日志添加TraceId记录 2020-05-25 19:42:22 +08:00