Commit 8ef96f6c authored by Administrator's avatar Administrator
parents 8d79ff20 573ab06a
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gemho</groupId>
<artifactId>gemho</artifactId>
<version>3.8.8</version>
</parent>
<artifactId>gemho-business</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.gemho</groupId>
<artifactId>gemho-system</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
...@@ -22,7 +22,10 @@ ...@@ -22,7 +22,10 @@
<groupId>com.gemho</groupId> <groupId>com.gemho</groupId>
<artifactId>gemho-common</artifactId> <artifactId>gemho-common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -228,6 +228,7 @@ ...@@ -228,6 +228,7 @@
<module>gemho-quartz</module> <module>gemho-quartz</module>
<module>gemho-generator</module> <module>gemho-generator</module>
<module>gemho-common</module> <module>gemho-common</module>
<module>gemho-business</module>
</modules> </modules>
<packaging>pom</packaging> <packaging>pom</packaging>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment