初始化项目

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>
<!-- 浇水模块--> <!-- 浇水模块-->
<!-- <dependency>--> <dependency>
<!-- <groupId>com.ruoyi</groupId>--> <groupId>com.ruoyi</groupId>
<!-- <artifactId>Autosprout-watering</artifactId>--> <artifactId>Autosprout-watering</artifactId>
<!-- </dependency>--> </dependency>
</dependencies> </dependencies>

View File

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

12
pom.xml
View File

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