Commit graph

10 commits

Author SHA1 Message Date
sol
9849aecfa2 feat(plugin): Add data rights controls and optimize file services 2025-09-19 21:54:33 +08:00
smile
03d1c2f1d7 Build (deps): Replace Excel processing library
-Replace EasyExcel with FastExcel, version 1.2.0- Update package names for related classes and annotations
-Adjust Excel import logic, currently only supports single insertion
-Removed redundant code from onEException
2025-09-08 18:13:52 +08:00
smile
0346cd1ccc feat(common-base): 添加角色导入导出功能
- 新增导入模板下载和 Excel 导入功能- 实现基于 EasyExcel 的高效导入逻辑
- 添加数据校验和错误处理机制
- 更新相关模型和接口定义
2025-09-08 16:56:11 +08:00
Sol
1871139cc9 feat(common-base-web): Add cache support and optimize entity operations 2025-06-12 23:36:41 +08:00
Sol
3567e5bd0d build(cloud): Add version number to Lombok annotation processor. 2025-05-14 17:42:37 +08:00
Sol
b538ceb9f9 feat(plugin-redis): Add Redisson support and implement Same-Token scheduled refresh. 2025-05-14 17:38:26 +08:00
Sol
ede0533cea feat: introduce MapStruct for automatic DTO to Entity mapping 2025-05-13 19:58:22 +08:00
sol
a9e2b78569 feat(plugin-database): Refactor database configuration and add dynamic data source support
- Update application-database.yml to add multiple PostgreSQL data source configurations
- Remove DdlAutoConfiguration class
- Update pom.xml to add dynamic-datasource dependency and remove p6spy dependency
- Rename MybatisPlusInterceptorConfig to PostgresMybatisPlusInterceptorConfig
- Delete spy.properties file
2025-03-17 14:51:02 +08:00
sol
4388586ca2 refactor(database): optimize database configuration and logging
1. Replace custom SQL logger with P6Spy for better SQL monitoring\n2. Optimize MyBatis-Plus configuration structure\n3. Add delay for ControllerScanner to ensure Nacos registration\n4. Update project documentation with detailed deployment guide\n5. Fix code formatting and remove redundant imports
2025-03-13 17:03:33 +08:00
Bga Sol
5f627eef67 init 2025-02-12 17:22:25 +08:00