初始化项目

This commit is contained in:
邱贞招 2023-11-11 12:06:04 +08:00
parent 930a7abee4
commit 9976cd6e0e
3 changed files with 18 additions and 12 deletions

View File

@ -62,10 +62,10 @@
</dependency>
<!-- 浇水模块-->
<!-- <dependency>-->
<!-- <groupId>com.ruoyi</groupId>-->
<!-- <artifactId>Autosprout-watering</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>Autosprout-watering</artifactId>
</dependency>
</dependencies>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>AutoSprout-watering</artifactId>
<artifactId>Autosprout-watering</artifactId>
<description>
浇水模块
@ -20,7 +20,13 @@
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>AutoSprout-common</artifactId>
<artifactId>Autosprout-common</artifactId>
</dependency>
<!-- 系统模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>Autosprout-system</artifactId>
</dependency>
</dependencies>

12
pom.xml
View File

@ -171,11 +171,11 @@
</dependency>
<!-- 浇水模式 -->
<!-- <dependency>-->
<!-- <groupId>com.ruoyi</groupId>-->
<!-- <artifactId>Autosprout-watering</artifactId>-->
<!-- <version>${ruoyi.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>Autosprout-watering</artifactId>
<version>${ruoyi.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -187,7 +187,7 @@
<module>Autosprout-quartz</module>
<module>Autosprout-generator</module>
<module>Autosprout-common</module>
<!-- <module>AutoSprout-watering</module>-->
<module>AutoSprout-watering</module>
</modules>
<packaging>pom</packaging>