添加礼薄模块

This commit is contained in:
xzh
2025-03-25 00:06:02 +08:00
parent 8c53fa9479
commit 9bd8123b1a
21 changed files with 1315 additions and 1 deletions

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-modules</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>giftBook-main</artifactId>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-core</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-doc</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-translation</artifactId>
</dependency>
<!-- excel-->
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-excel</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-web</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-log</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-idempotent</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-tenant</artifactId>
</dependency>
</dependencies>
</project>