b2baccline
|
2f6929b621
|
🔥 Lov 组件已经切换为纯前端实现,相关代码标记为过期,将于下个版本移除
|
2021-10-30 19:26:36 +08:00 |
|
b2baccline
|
da688f4d29
|
🎨 统一描述、备注等属性名为 remarks
|
2021-10-30 19:08:08 +08:00 |
|
b2baccline
|
d1c83ce79a
|
🩹 暂时简单的处理下组织机构的检索问题
|
2021-10-30 18:14:29 +08:00 |
|
b2baccline
|
069ae9463d
|
🎨 业务实体类继承自 LogicDeletedBaseEntity,方便逻辑删除标识,以及创建人、修改人、创建时间、修改时间等属性的统一
|
2021-10-30 18:03:16 +08:00 |
|
b2baccline
|
6613d2dff8
|
✨ 新增 BaseEntity 和 LogicDeletedBaseEntity 实体类基类
|
2021-10-30 18:00:14 +08:00 |
|
b2baccline
|
ef0d9bf1f9
|
⬆️ up to spring-boot 2.5.6
|
2021-10-27 21:58:37 +08:00 |
|
b2baccline
|
ed4ef78b26
|
⚡ 补充用户状态字典
|
2021-10-27 18:59:28 +08:00 |
|
b2baccline
|
f4b05aec6a
|
!1 @ConditionalOnMissingBean(FillMetaObjectHandle.class) 导致如果想自定义必须继承 FillMetaObjectHandle
Merge pull request !1 from sound/N/A
|
2021-10-26 14:11:43 +00:00 |
|
b2baccline
|
a4dc4c4f66
|
@ConditionalOnMissingBean(FillMetaObjectHandle.class) 导致如果想自定义必须继承 FillMetaObjectHandle
@ConditionalOnMissingBean(FillMetaObjectHandle.class) 改为@ConditionalOnMissingBean(MetaObjectHandler.class)
|
2021-10-26 11:51:31 +00:00 |
|
b2baccline
|
9b599a3f73
|
🐛 fix 条件匹配问题,ConditionalOnProperty 必须使用小写中划线连接的方式
|
2021-10-25 16:30:38 +08:00 |
|
b2baccline
|
849c4fcdfb
|
⬆️ 升级到 spring-boot 2.5.6
|
2021-10-24 19:43:04 +08:00 |
|
b2baccline
|
5e52d5edf4
|
✨ 同步 ballcat swagger 的开关配置至 springfox,这样只需配置 ballcat.swagger.enabled=false 即可完全关闭 swagger
|
2021-10-24 19:40:48 +08:00 |
|
b2baccline
|
061a9b7597
|
✨ 同步 ballcat swagger 的开关配置至 springfox,这样只需配置 ballcat.swagger.enabled=false 即可完全关闭 swagger
|
2021-10-22 13:33:50 +08:00 |
|
b2baccline
|
0eeece7833
|
🎨 调整下类名
|
2021-10-21 15:00:29 +08:00 |
|
b2baccline
|
5f2e5611fc
|
📝 添加 react 版本前端仓库
|
2021-10-21 14:45:49 +08:00 |
|
b2baccline
|
70997854ec
|
⚡ 补充ftp的测试用例
|
2021-10-20 18:58:59 +08:00 |
|
b2baccline
|
e0dc8c98ad
|
🎨 将 starter-ftp 整合到 starter-file
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
548dd59e60
|
🐛 修复FileService无法正常初始化.
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
b365a6ab4e
|
⚡ 完善FileService
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
55f1048258
|
⚡ 调整start-file的依赖和bean注册逻辑
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
f7c0490678
|
✨ 添加FileClient进行本地文件操作
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
ae921c1f47
|
✨ 添加文件操作工具类
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
60dee270f4
|
✨ 添加 将输入流内容写入输出流 的方法
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
5c6302d77f
|
⚡ 优化OssClient注册逻辑
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
691fcc3248
|
🐛 修复ftp文件路径计算错误
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
89c3460a5e
|
✨ 添加ftp文件操作
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
adcc846a15
|
⚡ ImageUtils 添加mixResolveClone方法
|
2021-10-20 17:18:36 +08:00 |
|
b2baccline
|
1f373e3e45
|
✨ 响应头中添加 traceId 参数,方便排查问题
|
2021-10-17 19:32:03 +08:00 |
|
b2baccline
|
8303bf62d6
|
✨ TreeUtils 新增 treeToList 方法,将树平铺为列表结构
|
2021-10-17 18:42:56 +08:00 |
|
b2baccline
|
5bac14f86c
|
🎨 使用 this.messageSource 而非入参来构建 lambda
|
2021-10-16 18:07:09 +08:00 |
|
b2baccline
|
277cf8e055
|
⬆️ Next Development Version
|
2021-10-16 18:05:41 +08:00 |
|
b2baccline
|
219e25890b
|
🔖 release v0.4.0
|
2021-10-14 22:37:20 +08:00 |
|
b2baccline
|
b864f01d4e
|
📝 0.4.0 相关 SQL 以及文档更新
|
2021-10-14 21:49:25 +08:00 |
|
b2baccline
|
12b6380d99
|
🎨 将 MessageSender 接口并入消息分发器 MessageDistributor
|
2021-10-14 19:24:24 +08:00 |
|
b2baccline
|
2a6437eb4f
|
🐛 fix 数据权限的忽略控制判断异常问题
|
2021-10-13 22:26:28 +08:00 |
|
b2baccline
|
453dee688e
|
🎨 防止误用以及避免歧义,DataScopeHolder 修改为 DataScopeSqlProcessor 的私有内部类
|
2021-10-13 20:09:20 +08:00 |
|
b2baccline
|
7691738f38
|
🐛 fix 数据权限单元测试空指针问题
|
2021-09-29 20:24:52 +08:00 |
|
b2baccline
|
15d2fa8e5d
|
📝 README 更新
|
2021-09-28 17:58:27 +08:00 |
|
b2baccline
|
f96676b5a5
|
📝 部分文档更新
|
2021-09-28 17:43:01 +08:00 |
|
b2baccline
|
d9c1062e29
|
🐎 数据权限性能优化:对于无需数据权限控制的 sql 在解析一次后进行记录,后续不再进行解析处理
|
2021-09-26 22:27:26 +08:00 |
|
b2baccline
|
858177f2e3
|
✨ 添加 OAuth2ClientConfigurer 抽象接口,方便用户替换 ClientDetailsService 的配置方式
|
2021-09-26 22:25:39 +08:00 |
|
b2baccline
|
ad1319119e
|
⚡ 调整 AddMessageEventListenerToContainer 的注册方式,防止用户配置包扫描导致的加载顺序异常
|
2021-09-26 22:24:06 +08:00 |
|
b2baccline
|
5b8ad5d194
|
🎨 ballcat-auth 和 ballcat-system 模块解耦
SysUserDetailsServiceImpl 以及 CustomTokenEnhancer 相关类移动到 ballcat-system-biz 中。
关于这两个类的自动配置移动到 ballcat-admin-core 中
|
2021-09-26 19:43:38 +08:00 |
|
b2baccline
|
d669e1881f
|
⚡ 有用户绑定组织时,不允许删除组织
|
2021-09-26 19:02:34 +08:00 |
|
b2baccline
|
edf48ee4c6
|
⬆️ 升级到 spring-boot 2.5.5, lombok 1.18.20
|
2021-09-25 18:41:31 +08:00 |
|
b2baccline
|
802319d658
|
🎨 websocket-starter 与redis 解耦将默认注册的消息分发器由 redis 改为 local,基于内存分发,可通过 ballcat.websocket.message-distributor 属性修改为 redis 或者自定义。
|
2021-09-25 17:53:43 +08:00 |
|
b2baccline
|
1f29af2daa
|
🎨 RedisAutoConfiguration 中关于自动注册 MessageEventListener 的相关代码,抽离出来一个单独的配置类
|
2021-09-25 00:26:03 +08:00 |
|
b2baccline
|
f05c5a9884
|
✨ system 相关事件优化调整
1. 用户组织变动时发布 UserOrganizationChangeEvent 事件
2. 用户新建的事件由 UserChangeEvent 修改为 UserCreatedEvent
3. system 的 event 类从 biz 迁移到 model 模块中
|
2021-09-23 22:55:26 +08:00 |
|
b2baccline
|
78084f336c
|
📝 更新下交流群二维码
|
2021-09-23 22:52:07 +08:00 |
|
b2baccline
|
095f541b93
|
🐛 fix InvalidDefinitionException: Java 8 date/time type java.time.Instant not supported by default
|
2021-09-23 19:03:40 +08:00 |
|