创建对应模块

This commit is contained in:
2025-12-24 18:00:10 +08:00
parent 898180ee69
commit d575c638cc
4 changed files with 99 additions and 0 deletions

23
pom.xml
View File

@@ -205,6 +205,27 @@
<version>${smartFishingPort.version}</version>
</dependency>
<!-- 基础模块-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-base</artifactId>
<version>${smartFishingPort.version}</version>
</dependency>
<!-- solr服务模块-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-solr</artifactId>
<version>${smartFishingPort.version}</version>
</dependency>
<!-- 科创模块-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-kechuang</artifactId>
<version>${smartFishingPort.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -214,6 +235,8 @@
<module>smartFishingPort-system</module>
<module>smartFishingPort-common</module>
<module>smartFishingPort-base</module>
<module>smartFishingPort-kechuang</module>
<module>smartFishingPort-solr</module>
</modules>
<packaging>pom</packaging>