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