From 2af3e2f4933fa1686d4d7a1ac4c77ef0e069c1d0 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Mon, 5 Jul 2021 23:41:12 +0800 Subject: [PATCH] =?UTF-8?q?style(ResourceServerConfig.java):=20=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/youlai/gateway/security/ResourceServerConfig.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/youlai-gateway/src/main/java/com/youlai/gateway/security/ResourceServerConfig.java b/youlai-gateway/src/main/java/com/youlai/gateway/security/ResourceServerConfig.java index e36329797..608ecf9ba 100644 --- a/youlai-gateway/src/main/java/com/youlai/gateway/security/ResourceServerConfig.java +++ b/youlai-gateway/src/main/java/com/youlai/gateway/security/ResourceServerConfig.java @@ -69,9 +69,7 @@ public class ResourceServerConfig { } /** - * 未授权 - * - * @return + * 自定义未授权响应 */ @Bean ServerAccessDeniedHandler accessDeniedHandler() { @@ -114,7 +112,6 @@ public class ResourceServerConfig { /** * 本地获取JWT验签公钥 - * @return */ @SneakyThrows @Bean