mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
style(ResourceServerConfig.java): 注释修改
This commit is contained in:
parent
f68667496e
commit
2af3e2f493
@ -69,9 +69,7 @@ public class ResourceServerConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* 未授权
|
||||
*
|
||||
* @return
|
||||
* 自定义未授权响应
|
||||
*/
|
||||
@Bean
|
||||
ServerAccessDeniedHandler accessDeniedHandler() {
|
||||
@ -114,7 +112,6 @@ public class ResourceServerConfig {
|
||||
|
||||
/**
|
||||
* 本地获取JWT验签公钥
|
||||
* @return
|
||||
*/
|
||||
@SneakyThrows
|
||||
@Bean
|
||||
|
Loading…
Reference in New Issue
Block a user