update 初步适配oracle(未完成)

This commit is contained in:
疯狂的狮子li
2022-03-04 21:09:46 +08:00
parent 46fa404d83
commit 8ee749f137
15 changed files with 2017 additions and 256 deletions

View File

@ -29,6 +29,26 @@
<artifactId>ruoyi-common</artifactId>
</dependency>
<!-- MySql -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
</dependency>
<!-- PostgreSql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<!-- SqlServer -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
</dependency>
</dependencies>
</project>