ruoyi-gateway/src/main/java/com/ruoyi/gateway/handler/GatewayExceptionHandler.java
@@ -9,13 +9,13 @@ import org.springframework.http.server.reactive.ServerHttpResponse; import org.springframework.web.server.ResponseStatusException; import org.springframework.web.server.ServerWebExchange; import com.ruoyi.common.core.utils.ServletUtils; import com.se.common.core.utils.ServletUtils; import reactor.core.publisher.Mono; /** * 网关统一异常处理 * * @author ruoyi * @author admin */ @Order(-1) @Configuration