feat: 完善模块间依赖关系配置

- 优化resultex模块依赖配置,启用必要的插件依赖
- 修复model模块描述信息
- 完善项目模块化架构设计
This commit is contained in:
Leo 2025-07-05 13:50:19 +08:00
parent 40f9b376da
commit e9422ce59f
2 changed files with 15 additions and 15 deletions

View File

@ -31,11 +31,11 @@
<artifactId>spring-boot-starter-validation</artifactId> <artifactId>spring-boot-starter-validation</artifactId>
</dependency> </dependency>
<!-- 数据脱敏 --> <!-- 数据脱敏 -->
<!-- <dependency> --> <dependency>
<!-- <groupId>org.leocoder.thin</groupId> --> <groupId>org.leocoder.thin</groupId>
<!-- <artifactId>coder-common-thin-desensitize</artifactId> --> <artifactId>coder-common-thin-desensitize</artifactId>
<!-- <version>${revision}</version> --> <version>${revision}</version>
<!-- </dependency> --> </dependency>
<!-- 参数校验 --> <!-- 参数校验 -->
<dependency> <dependency>
<groupId>org.hibernate.validator</groupId> <groupId>org.hibernate.validator</groupId>

View File

@ -40,17 +40,17 @@
<!-- <version>${revision}</version> --> <!-- <version>${revision}</version> -->
<!-- </dependency> --> <!-- </dependency> -->
<!-- 重复提交插件--> <!-- 重复提交插件-->
<!-- <dependency> --> <dependency>
<!-- <groupId>org.leocoder.thin</groupId> --> <groupId>org.leocoder.thin</groupId>
<!-- <artifactId>coder-common-thin-repect</artifactId> --> <artifactId>coder-common-thin-repect</artifactId>
<!-- <version>${revision}</version> --> <version>${revision}</version>
<!-- </dependency> --> </dependency>
<!-- EasyExcel插件 --> <!-- EasyExcel插件 -->
<!-- <dependency> --> <dependency>
<!-- <groupId>org.leocoder.thin</groupId> --> <groupId>org.leocoder.thin</groupId>
<!-- <artifactId>coder-common-thin-easyexcel</artifactId> --> <artifactId>coder-common-thin-easyexcel</artifactId>
<!-- <version>${revision}</version> --> <version>${revision}</version>
<!-- </dependency> --> </dependency>
<!-- 常用注解:例如:部门数据权限注解 --> <!-- 常用注解:例如:部门数据权限注解 -->
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.leocoder.thin</groupId> --> <!-- <groupId>org.leocoder.thin</groupId> -->