@Order(value=-1000) @RestControllerAdvice public class SecurityHandlerExceptionResolver extends Object
SecurityHandlerExceptionResolver()
R<String>
handleAccessDeniedException(org.springframework.security.access.AccessDeniedException e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SecurityHandlerExceptionResolver()
@ExceptionHandler(value=org.springframework.security.access.AccessDeniedException.class) @ResponseStatus(value=FORBIDDEN) public R<String> handleAccessDeniedException(org.springframework.security.access.AccessDeniedException e)
e
Copyright © 2023. All rights reserved.