bms及bms达梦配置修改;

This commit is contained in:
王奎兴
2026-02-09 14:59:37 +08:00
parent 7ab77cfbf7
commit 144a5f625a
2 changed files with 8 additions and 2 deletions
+7 -2
View File
@@ -85,9 +85,14 @@
<artifactId>mhd-common-redis</artifactId>
</dependency>
<!-- Mysql Connector -->
<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>
<!--添加druid连接池 依赖 -->
<dependency>
@@ -174,4 +179,4 @@
</build>
</profile>
</profiles>
</project>
</project>
+1
View File
@@ -301,6 +301,7 @@
<module>mhd_thrid_party</module>
<module>mhd_oms</module>
<module>mhd_wms</module>
<module>mhd_bms</module>
</modules>
<packaging>pom</packaging>