Skip to content

Commit

Permalink
🔧 pom.xml 增加模块注释
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Apr 9, 2024
1 parent 78f056a commit 0e1db4c
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions pig-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,28 @@
<description>pig 单体版本启动</description>

<dependencies>
<!--upms api、model 模块-->
<!--必备:认证中心模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-auth</artifactId>
<version>${revision}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--必备:用户管理模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-codegen</artifactId>
<artifactId>pig-upms-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- 引入pig-quartz依赖 -->
<!--可选:代码生成模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-quartz</artifactId>
<artifactId>pig-codegen</artifactId>
<version>${revision}</version>
</dependency>
<!--upms api、model 模块-->
<!--可选:定时任务模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms-biz</artifactId>
<artifactId>pig-quartz</artifactId>
<version>${revision}</version>
</dependency>
<!--安全模块-->
Expand Down

0 comments on commit 0e1db4c

Please sign in to comment.