|
|
|
@ -395,7 +395,8 @@ public class GatewayAutoConfiguration {
@@ -395,7 +395,8 @@ public class GatewayAutoConfiguration {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Bean |
|
|
|
|
public ReadBodyPredicateFactory readBodyPredicateFactory(ServerCodecConfigurer codecConfigurer) { |
|
|
|
|
public ReadBodyPredicateFactory readBodyPredicateFactory( |
|
|
|
|
ServerCodecConfigurer codecConfigurer) { |
|
|
|
|
return new ReadBodyPredicateFactory(codecConfigurer.getReaders()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|