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>