先不管 streaming-media-types
This commit is contained in:
parent
f6051019e6
commit
c1c7e85e81
|
@ -41,9 +41,11 @@ public class ConfigGateway implements RouteDefinitionLocator {
|
|||
|
||||
@Override
|
||||
public Flux<RouteDefinition> getRouteDefinitions() {
|
||||
|
||||
|
||||
// streaming-media-types 这个先不管
|
||||
NettyWriteResponseFilter nwrf = applicationContext.getBean(NettyWriteResponseFilter.class);
|
||||
|
||||
|
||||
Object inputStream = null;
|
||||
String[] gatewayConfigPathList = { "gateway.yml", "gateway.yaml", "Gateway.yml", "Gateway.yaml" };
|
||||
for (String gatewayConfigPath : gatewayConfigPathList) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user