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