feat: 完善模块间依赖关系配置
- 优化resultex模块依赖配置,启用必要的插件依赖 - 修复model模块描述信息 - 完善项目模块化架构设计
This commit is contained in:
parent
40f9b376da
commit
e9422ce59f
@ -31,11 +31,11 @@
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
</dependency>
|
||||
<!-- 数据脱敏 -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.leocoder.thin</groupId> -->
|
||||
<!-- <artifactId>coder-common-thin-desensitize</artifactId> -->
|
||||
<!-- <version>${revision}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.leocoder.thin</groupId>
|
||||
<artifactId>coder-common-thin-desensitize</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- 参数校验 -->
|
||||
<dependency>
|
||||
<groupId>org.hibernate.validator</groupId>
|
||||
|
||||
@ -40,17 +40,17 @@
|
||||
<!-- <version>${revision}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- 重复提交插件-->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.leocoder.thin</groupId> -->
|
||||
<!-- <artifactId>coder-common-thin-repect</artifactId> -->
|
||||
<!-- <version>${revision}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.leocoder.thin</groupId>
|
||||
<artifactId>coder-common-thin-repect</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- EasyExcel插件 -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.leocoder.thin</groupId> -->
|
||||
<!-- <artifactId>coder-common-thin-easyexcel</artifactId> -->
|
||||
<!-- <version>${revision}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.leocoder.thin</groupId>
|
||||
<artifactId>coder-common-thin-easyexcel</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- 常用注解:例如:部门数据权限注解 -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.leocoder.thin</groupId> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user