zss
2026-02-04 9019989ca243161b8bb058668dc31d66c54b544f
ruoyi-admin/pom.xml
@@ -119,6 +119,13 @@
            <artifactId>okhttp</artifactId>
        </dependency>
        <!-- Hutool 核心工具包(包含http模块,无需单独引入http子包) -->
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.3.7</version>
        </dependency>
    </dependencies>
    <build>