更新 template/manager/pom.xml
支持达梦数据库
This commit is contained in:
@@ -29,5 +29,15 @@
|
|||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
</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>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user