Spring-cloud-gateway application not starting up.
See original GitHub issuehi,
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
Issue Analytics
- State:
- Created 5 years ago
- Comments:28 (10 by maintainers)
Top Results From Across the Web
Spring Cloud API Gateway routing not working - Stack Overflow
Spring Cloud API Gateway routing not working · 1. Add : eureka.instance.prefer-ip-address=true to application. · In your Service Configuration, ...
Read more >Getting Started | Building a Gateway - Spring
This guide walks you through how to use the Spring Cloud Gateway ... Once the application is running, make a request to http://localhost:8080/get...
Read more >Writing Custom Spring Cloud Gateway Filters - Baeldung
In this tutorial, we'll learn how to write custom Spring Cloud Gateway filters. We introduced this framework in our previous post, ...
Read more >Spring Cloud Tutorial - Spring Cloud Gateway Hello World ...
So no incoming request never gets blocked when using Spring Cloud Gateway. We will first look at what is API gateway and why...
Read more >[Java] New Relic with Spring Cloud gateway - Agents
In APM, I can see the JVM related info. So agent is running and sending some JVM data to new relic. Still not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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