新增postgresql驱动

This commit is contained in:
阿沐 2022-10-17 23:46:00 +08:00
parent 8d053514aa
commit b5a51b7d03

View File

@ -45,6 +45,10 @@
<artifactId>DmJdbcDriver18</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>