初始化3

master
ZhangXushuo 2023-10-31 14:49:27 +08:00
parent d334782b45
commit fe1302eea9
4 changed files with 17 additions and 3 deletions

View File

@ -7,9 +7,10 @@
<groupId>com.february</groupId>
<artifactId>february-modules</artifactId>
<version>3.6.3</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>february-system-common</artifactId>
<properties>

View File

@ -7,9 +7,10 @@
<groupId>com.february</groupId>
<artifactId>february-modules</artifactId>
<version>3.6.3</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>february-system-remote</artifactId>
<properties>

View File

@ -7,8 +7,9 @@
<groupId>com.february</groupId>
<artifactId>february-modules</artifactId>
<version>3.6.3</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>february-system-server</artifactId>
@ -36,17 +37,20 @@
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-log</artifactId>
<version>3.6.3</version>
</dependency>
<!-- RuoYi Common DataScope -->
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-datascope</artifactId>
<version>3.6.3</version>
</dependency>
<!-- RuoYi Common DataSource -->
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-datasource</artifactId>
<version>3.6.3</version>
</dependency>
</dependencies>

View File

@ -6,10 +6,18 @@
<groupId>com.february</groupId>
<artifactId>february-modules</artifactId>
<version>3.6.3</version>
<relativePath>pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>3.6.3</version>
<artifactId>february-modules-system</artifactId>
<packaging>pom</packaging>
<modules>
<module>february-system-common</module>
<module>february-system-remote</module>
<module>february-system-server</module>
</modules>
<description>
february-modules-system系统模块