将一期项目中相关代码合并到二期项目中去

This commit is contained in:
2025-12-25 10:54:44 +08:00
parent d575c638cc
commit ceae2f0039
145 changed files with 13261 additions and 60 deletions

View File

@@ -22,6 +22,13 @@
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-common</artifactId>
</dependency>
<!-- solr 依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-solr</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
</dependencies>
</project>