|
|
|
@ -22,7 +22,11 @@ |
|
|
|
</properties> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<!-- 通用工具 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-enforcement-code-common</artifactId> |
|
|
|
</dependency> |
|
|
|
<!-- 通用工具 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
@ -94,6 +98,100 @@ |
|
|
|
<artifactId>zdxt-common-tenant</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-json</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-mail</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-oss</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-quartz</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-satoken</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-sms</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-social</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-sse</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-common-websocket</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.dromara</groupId> |
|
|
|
<artifactId>zdxt-system</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- ====== 以下为显式补充的传递依赖(因本地 jar 的 POM 无依赖信息) ====== --> |
|
|
|
|
|
|
|
<!-- Spring Boot Web(Spring MVC + jakarta.servlet) --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 参数校验(jakarta.validation) --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-validation</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- Lombok --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- MyBatis-Plus --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<artifactId>mybatis-plus-spring-boot3-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- Sa-Token --> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.dev33</groupId> |
|
|
|
<artifactId>sa-token-spring-boot3-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- MapStruct-Plus --> |
|
|
|
<dependency> |
|
|
|
<groupId>io.github.linpeilie</groupId> |
|
|
|
<artifactId>mapstruct-plus-spring-boot-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- FastExcel --> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.idev.excel</groupId> |
|
|
|
<artifactId>fastexcel</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</project> |