style(ResourceServerConfig.java): 注释修改

This commit is contained in:
haoxr 2021-07-05 23:41:12 +08:00
parent f68667496e
commit 2af3e2f493

View File

@ -69,9 +69,7 @@ public class ResourceServerConfig {
}
/**
* 未授权
*
* @return
* 自定义未授权响应
*/
@Bean
ServerAccessDeniedHandler accessDeniedHandler() {
@ -114,7 +112,6 @@ public class ResourceServerConfig {
/**
* 本地获取JWT验签公钥
* @return
*/
@SneakyThrows
@Bean