加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
一页 提交于 2023-12-31 19:51 . upd:activiti struc
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>vip.yeee.memo</groupId>
<artifactId>memo-parent</artifactId>
<version>3.2.2-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>vip.yeee.app</groupId>
<artifactId>yeee-activiti7</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>yeee-app-common</module>
<module>yeee-sys-manage</module>
<module>yeee-activiti7-manage</module>
<module>yeee-activiti7-bootstrap</module>
</modules>
<dependencies>
<dependency>
<groupId>vip.yeee.memo</groupId>
<artifactId>base-web</artifactId>
</dependency>
<dependency>
<groupId>vip.yeee.memo</groupId>
<artifactId>base-mybatis-plus</artifactId>
</dependency>
<dependency>
<groupId>vip.yeee.memo</groupId>
<artifactId>base-swagger</artifactId>
<exclusions>
<exclusion>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化