1
13693261870
2024-08-16 a6186afd78f3018ea706feaad4ffb2afbc07a19d
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