This commit is contained in:
2023-06-20 15:09:39 +08:00
parent 549819f751
commit 1389e208b4
7 changed files with 155 additions and 15 deletions

View File

@ -27,6 +27,11 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.4</version>
</dependency>
<!-- mybatis plus -->
<dependency>
<groupId>com.baomidou</groupId>