更新 template/pom.xml

支持达梦数据库
This commit is contained in:
ycl
2025-01-17 17:12:02 +08:00
parent ccbba1080f
commit 60aacff318

View File

@@ -411,6 +411,16 @@
<artifactId>mybatis-plus-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.7</version> <version>3.5.7</version>
</dependency> </dependency>
{{- if eq .dbType "dm" }}
<dependency>
<groupId>dm</groupId>
<artifactId>DmJdbcDriver</artifactId>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmDialect-for-hibernate5.6</artifactId>
</dependency>
{{- end }}
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>