疯狂的狮子Li
|
f0eae7cdb5
|
fix 修复 新语法 .toList() 返回不可变 List 类型导致序列化问题
|
2023-01-30 23:02:33 +08:00 |
|
zlyx
|
3ba8323cb7
|
update 修改 BaseEntity 创建人, 修改人字段类型, 修改相关 LambdaQueryWrapper 类型判断 ;
update 修改 CreateAndUpdateMetaObjectHandler#insertFill 字段填充保存相关参数id ;
|
2023-01-30 20:10:16 +08:00 |
|
疯狂的狮子li
|
1e1c79f163
|
update 优化 框架代码书写格式
|
2023-01-30 19:50:34 +08:00 |
|
疯狂的狮子Li
|
558d76c6bb
|
update 优化 所有 properties 文件改为注解启用
|
2023-01-20 12:33:55 +08:00 |
|
疯狂的狮子Li
|
27df5aba2f
|
update 使用 jdk17 语法优化代码
|
2023-01-20 12:32:55 +08:00 |
|
zlyx
|
57da2e33a6
|
update 简化 stream 代码写法 (java 16) xx.collect(Collectors.toList()) => xx.toList() ;
update 简化 instanceof 代码写法 (java 12) 直接在后面定义变量 ;
update 简化 switch 代码写法 (java 12) ;
|
2023-01-19 20:03:26 +08:00 |
|
zlyx
|
2ae3681286
|
add common 依赖 spring-boot-properties-migrator ;
add 新增 modules 模块, 包含 demo, generator, job, system 模块 ;
update 更新模块包名 rateLimiter => ratelimiter ;
refactor 重构 ratelimiter 模块, 参考幂等模块加入自动装配相关配置 ;
fix 修正 AsyncConfig 实现接口 ;
fix 修正 SwaggerConfig 注解写法 ;
fix 修正 ruoyi-common-doc pom 描述 ;
delete LogAspect 去掉无用注解 ;
|
2023-01-18 20:23:11 +08:00 |
|
zlyx
|
71a2a8245d
|
refactor 重构 common, framework 包结构, 参照 cloud 版本拆分子模块 ;
update 更新模块包名 ;
delete 移除 sms 模块, oss 模块, framework 模块 (并入 common 模块) ;
|
2023-01-18 17:09:43 +08:00 |
|