Best way to fix it is added @Hidden (
import io.swagger.v3.oas.annotations.Hidden;
) annotation to ControllerAdvice:
@Hidden @ControllerAdvice @Slf4j public class GlobalExceptionHandleController { }