修复 swagger 一直报 favicon.ico 找不到的问题

pull/25/head
YunaiV 2023-03-04 21:33:37 +08:00
parent 6f7df7e53e
commit 8048ba92c2
2 changed files with 0 additions and 2 deletions

View File

@ -9,13 +9,11 @@ import org.springframework.cloud.gateway.handler.predicate.PredicateDefinition;
import org.springframework.cloud.gateway.route.RouteDefinition;
import org.springframework.cloud.gateway.support.NameUtils;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.function.server.HandlerFunction;
import org.springframework.web.reactive.function.server.ServerRequest;
import org.springframework.web.reactive.function.server.ServerResponse;
import reactor.core.publisher.Mono;
import javax.annotation.Resource;
import java.util.*;
/**

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB