Commit a196bea6 authored by 王邯's avatar 王邯

update:

1,添加postgresql支持依赖
parent 00ef3a0e
......@@ -449,6 +449,11 @@
<artifactId>mysql-connector-java</artifactId>
<version>8.0.17</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.9</version>
</dependency>
</dependencies>
<build>
<finalName>huigou-xt</finalName>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment