From ffd3dc335f7e29aff310c9ad7a3f72272a4bc457 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 05 八月 2021 13:30:04 +0800 Subject: [PATCH] update 将 Actuator 配置 移动到全局配置 --- ruoyi-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 016c457..5221faf 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -59,6 +59,11 @@ <artifactId>poi-ooxml</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + </dependency> + <!-- yml瑙f瀽鍣� --> <dependency> <groupId>org.yaml</groupId> -- Gitblit v1.9.3