sinake
17 小时以前 a5ad1d8a8a133837c908bb770b88f4274a8ce6b8
ruoyi-admin/pom.xml
@@ -180,6 +180,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>