About 50 results
Open links in new tab
  1. Is there a compatibility matrix of Spring-boot and Spring-cloud ...

    Mar 8, 2017 · As this questions seems to be very popular and it helped me a lot when I started working with Spring Cloud & Spring Boot, I am linking the official GitHub documentation and compatiblity …

  2. java - Cannot resolve org.springframework.cloud:spring-cloud-starter ...

    Sep 1, 2020 · I too am following a tutorial as well. I created a basic microservice using Spring Boot in IntelliJ 2020.1 I added the spring-cloud-starter-netflix-eureka-client starter to my project. Here is what …

  3. Spring Cloud API Gateway routing not working - Stack Overflow

    Dec 17, 2020 · Note that spring-cloud-starter-gateway is the reactive gateway, and spring-cloud-starter-gateway-mvc is the newer non-reactive gateway. They are closely related but two totally separate …

  4. Understanding Spring Cloud Release Versions - Stack Overflow

    Feb 8, 2017 · Spring Cloud is an umbrella project consisting of independent projects with, in principle, different release cadences. To manage the portfolio a BOM (Bill of Materials) is published with a …

  5. java - Could not find org.springframework.cloud:spring-cloud-starter ...

    Nov 2, 2023 · implementation 'org.springframework.cloud:spring-cloud-starter-config' implementation 'org.springframework.cloud:spring-cloud-starter' implementation 'org.springframework.cloud:spring …

  6. Spring Cloud Gateway is not routing (only 404) - Stack Overflow

    Mar 9, 2021 · I have a Spring Cloud Gateway, a eureka service registry and two microservives. I have no problems with sending the request directely to the sevice with: http://localhost:8081/auth.

  7. Configure CORS policy for Spring Cloud Gateway - Stack Overflow

    Jan 3, 2022 · spring cors spring-cloud spring-cloud-gateway edited Jan 6, 2022 at 3:12 asked Jan 3, 2022 at 3:58 Peter Penzov

  8. AWS @SqsListener not working with spring cloud (using springboot 3)

    Jan 20, 2023 · Spring Boot 3.0x requires Spring Cloud AWS 3.0x and AWS Java SDK 2.x Visit this link for info In order to create a Consumer in Spring Boot 3.0, you need to use @EnableScheduling Bean …

  9. spring cloud config client not loading configuration from config server ...

    May 4, 2015 · The tutorial mentions that you should use the spring-cloud-starter dependency not the spring-cloud-config-client. For the application it doesn't matter where the configuration comes from, …

  10. feign - spring-cloud-starter-openfeign: Invalid HTTP method: PATCH ...

    Learn how to resolve "Invalid HTTP method: PATCH" error when using spring-cloud-starter-openfeign in Spring framework.