liusheng
2 天以前 9fd8c5a7814268b53cd625db833bbc9209a625a7
ruoyi-admin/pom.xml
@@ -10,7 +10,7 @@
    <modelVersion>4.0.0</modelVersion>
    <!--    <packaging>war</packaging>-->
    <packaging>jar</packaging>
    <artifactId>smartor-admin</artifactId>
    <artifactId>smartor-suifang</artifactId>
    <description>
        web服务入口
@@ -165,6 +165,11 @@
            <artifactId>xmlbeans</artifactId>
            <version>5.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>42.6.0</version> <!-- 请根据需要选择最新版本 -->
        </dependency>
    </dependencies>
    <build>
        <plugins>