bean-компонент типа 'org.springframework.http.codec.ServerCodecConfigurer', который не может быть найден - PullRequest
0 голосов
/ 21 сентября 2018

Приложение не удалось запустить


Описание:

Параметру 0 метода modifyRequestBodyGatewayFilterFactory в org.springframework.cloud.gateway.config.GatewayAutoConfiguration требуется компонент типа 'org.springframework.http.codec.ServerCodecConfigurer', который не может быть найден.

Действие:

Подумайте об определении bean-компонента типа 'org.springframework.http.codec.ServerCodecConfigurer' в вашей конфигурации.

Взял JAVA_TOOL_OPTIONS: -agentlib: jvmhook
Взял _JAVA_OPTIONS: -Xbootclasspath /a: "C: \ Program Files (x86) \ HPE \ Unified Functional Testing \ bin \ java_shared \ classes \ jasmine.jar"
Подобрал JAVA_TOOL_OPTIONS: -agentlib: jvmhook

1 Ответ

0 голосов
/ 17 июля 2019

Вы можете попробовать вот так:

  compile ('org.springframework.cloud:spring-cloud-starter-gateway'){
        exclude module : 'spring-cloud-starter'
        exclude module : 'spring-boot-starter-webflux'
    }
...