更新 template/manager/pom.xml

支持达梦数据库
This commit is contained in:
ycl
2025-01-17 10:50:27 +08:00
parent 042a7baff5
commit ac5c14355b

View File

@@ -29,5 +29,15 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</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>
</project>