From 61a90be7178c60a838ec15ed9a24202a80cd242f Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期一, 01 八月 2022 08:59:05 +0800 Subject: [PATCH] fix --- pom.xml | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1a8a9a7..164b1d2 100644 --- a/pom.xml +++ b/pom.xml @@ -121,16 +121,18 @@ <artifactId>poi-ooxml</artifactId> <version>${poi.version}</version> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>${commons.utils.version}</version> - </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> <version>${com.alibaba.cloud.version}</version> + </dependency> + + + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>${commons.utils.version}</version> </dependency> </dependencies> @@ -189,6 +191,7 @@ <version>${poi.version}</version> </dependency> + <!-- redis连接 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.2