liusheng
13 小时以前 d5fc1e9eb3c3dc92f6a5e1d09d19f19070b4f5f4
ruoyi-admin/pom.xml
@@ -185,6 +185,12 @@
            <artifactId>postgresql</artifactId>
            <version>42.6.0</version> <!-- 请根据需要选择最新版本 -->
        </dependency>
        <!--oracle-->
        <dependency>
            <groupId>com.oracle.database.jdbc</groupId>
            <artifactId>ojdbc8</artifactId>
            <scope>runtime</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>