spring-cloud-gateway: Spring-cloud-gateway application not starting up.
hi,
I was trying to create a spring-cloud-gateway application but the application is not able to start.
springBootVersion = '2.0.2.RELEASE'
springCloudServicesVersion = '2.0.0.RC1'
Dependencies:
compile('org.springframework.boot:spring-boot-starter-actuator') compile('org.springframework.boot:spring-boot-starter-data-mongodb-reactive') compile('org.springframework.boot:spring-boot-starter-mail') compile('org.springframework.boot:spring-boot-starter-web') compile('io.pivotal.spring.cloud:spring-cloud-services-starter-config-client') compile('org.springframework.cloud:spring-cloud-starter-gateway')
Exception I am getting : stacktrace.txt
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 28 (10 by maintainers)
Commits related to this issue
- Guard against missing EndpointAutoConfiguration class fixes gh-319 — committed to Johnny850807/spring-cloud-gateway by spencergibb 6 years ago
Gateway is not compatible with
org.springframework.boot:spring-boot-starter-web@WellingtonCosta Finchley is not compatible with boot 2.1.0. Either downgrade to boot 2.0.6 or use Greenwich.M3
Try using boot 2.0.1, Finchley.RC1 is not compatible with Boot 2.0.2