wms启动改动
This commit is contained in:
+7
-5
@@ -7,11 +7,8 @@
|
|||||||
<groupId>com.mhd</groupId>
|
<groupId>com.mhd</groupId>
|
||||||
<version>3.6.0</version>
|
<version>3.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.mhd</groupId>
|
|
||||||
<artifactId>mhd_wms</artifactId>
|
<artifactId>mhd_wms</artifactId>
|
||||||
|
|
||||||
<name>mhd_wms</name>
|
|
||||||
<description>mhd_wms 仓储</description>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!--添加web依赖 -->
|
<!--添加web依赖 -->
|
||||||
@@ -89,9 +86,14 @@
|
|||||||
<artifactId>mhd-common-redis</artifactId>
|
<artifactId>mhd-common-redis</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<!--<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
|
</dependency>-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.dameng</groupId>
|
||||||
|
<artifactId>DmJdbcDriver18</artifactId>
|
||||||
|
<version>8.1.1.193</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--import mybatis plus 它会自动引入mybatis及mybatis spring切勿重复引用以免冲突-->
|
<!--import mybatis plus 它会自动引入mybatis及mybatis spring切勿重复引用以免冲突-->
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -179,4 +181,4 @@
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
@@ -300,7 +300,6 @@
|
|||||||
<module>mhd_finance</module>
|
<module>mhd_finance</module>
|
||||||
<module>mhd_thrid_party</module>
|
<module>mhd_thrid_party</module>
|
||||||
<module>mhd_oms</module>
|
<module>mhd_oms</module>
|
||||||
<module>untitled</module>
|
|
||||||
<module>mhd_wms</module>
|
<module>mhd_wms</module>
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -473,4 +472,4 @@
|
|||||||
<!-- </pluginRepository>-->
|
<!-- </pluginRepository>-->
|
||||||
<!-- </pluginRepositories>-->
|
<!-- </pluginRepositories>-->
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user