From e6b115d138f3241ec3273ff4772a4e8f6725b79b Mon Sep 17 00:00:00 2001 From: 克 刘 <4345453@qq.com> Date: Wed, 19 Aug 2020 13:50:53 +0800 Subject: [PATCH] 优化通过用户名从Cacheable中获取用户信息修改成直接获取 --- kidgrow-business/kidgrow-filecenter/pom.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/kidgrow-business/kidgrow-filecenter/pom.xml b/kidgrow-business/kidgrow-filecenter/pom.xml index 5267404..68b0ae5 100644 --- a/kidgrow-business/kidgrow-filecenter/pom.xml +++ b/kidgrow-business/kidgrow-filecenter/pom.xml @@ -21,6 +21,17 @@ <dependencies> <dependency> + <groupId>io.github.openfeign.form</groupId> + <artifactId>feign-form</artifactId> + <version>3.8.0</version> + </dependency> + + <dependency> + <groupId>io.github.openfeign.form</groupId> + <artifactId>feign-form-spring</artifactId> + <version>3.8.0</version> + </dependency> + <dependency> <groupId>com.kidgrow</groupId> <artifactId>kidgrow-common-spring-boot-starter</artifactId> </dependency> -- Gitblit v1.8.0