From a9e68e13a84fa690e4dd857438999f59125d8d64 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 23 五月 2022 10:56:41 +0800 Subject: [PATCH] update 优化 getLoginUser 获取 使用一级缓存 --- ruoyi-demo/pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-demo/pom.xml b/ruoyi-demo/pom.xml index ca5d965..0ddbdb9 100644 --- a/ruoyi-demo/pom.xml +++ b/ruoyi-demo/pom.xml @@ -34,10 +34,10 @@ <!-- <artifactId>dysmsapi20170525</artifactId>--> <!-- </dependency>--> - <dependency> - <groupId>com.tencentcloudapi</groupId> - <artifactId>tencentcloud-sdk-java</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>com.tencentcloudapi</groupId>--> +<!-- <artifactId>tencentcloud-sdk-java</artifactId>--> +<!-- </dependency>--> </dependencies> -- Gitblit v1.9.3