!422 fix: 删除 GlobalExceptionHandler bean 注解

Merge pull request !422 from lbw/N/A
This commit is contained in:
lbw 2023-09-19 14:19:13 +00:00 committed by Gitee
commit 3d5da66afb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -40,7 +40,6 @@ import reactor.core.publisher.Mono;
*/ */
@Slf4j @Slf4j
@Order(-1) @Order(-1)
@Configuration
@RequiredArgsConstructor @RequiredArgsConstructor
public class GlobalExceptionHandler implements ErrorWebExceptionHandler { public class GlobalExceptionHandler implements ErrorWebExceptionHandler {