创建对应模块

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

View File

@@ -55,6 +55,24 @@
<artifactId>smartFishingPort-framework</artifactId>
</dependency>
<!-- 基础模块-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-base</artifactId>
</dependency>
<!-- solr服务模块-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-solr</artifactId>
</dependency>
<!-- 科创模块-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-kechuang</artifactId>
</dependency>
</dependencies>
<build>