去除原来浪潮版本的代码,加入根据若依精简的框架
This commit is contained in:
1
smartFishingPort-base/README.md
Normal file
1
smartFishingPort-base/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# 此模块为基础模块,港船人信息在此模块进行添加
|
||||
31
smartFishingPort-base/pom.xml
Normal file
31
smartFishingPort-base/pom.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>smartFishingPort</artifactId>
|
||||
<groupId>com.ltgk.smartFishingPort</groupId>
|
||||
<version>3.9.1</version>
|
||||
</parent>
|
||||
|
||||
|
||||
<artifactId>smartFishingPort-base</artifactId>
|
||||
|
||||
<description>
|
||||
基础信息模块
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- 通用工具-->
|
||||
<dependency>
|
||||
<groupId>com.ltgk.smartFishingPort</groupId>
|
||||
<artifactId>smartFishingPort-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.ltgk.smartFishingPort</groupId>
|
||||
<artifactId>smartFishingPort-system</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user