Skip to content

robert-virtual/microservices-springboot

Repository files navigation

Spring boot microservices java 11

Main used libraries

  • Spring cloud starter gateway

Provide a central point to access and secure microservices

  • Spring cloud starter circuit-breaker resilience4j

Close connection to a service when it does not response back

  • Spring cloud starter netflix eureka server

Used to help services find one another

  • Spring cloud starter netflix eureka client

Communicate with eureka server

  • Spring boot starter webflux

Make http requests from service to service

  • Keycloak (it is not a project dependency but another service that provides authorization)

About

microservices with spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages