Skip to content

Multiple projects are connected using the micro-service architecture, using the Spring boot 3.x.x and Java-17.

Notifications You must be signed in to change notification settings

Nachiket16/Microservices_SpringBoot_3.x.x

Repository files navigation

Microservices SpringBoot_3.x.x

Multiple projects are connected using the microservice architecture, using the Spring boot 3.x.x and Java-17.

TOPICS

  • Microservice architecture
  • Web clients
    • Rest Template (call using application.name)
    • Open feign (Interface)
    • Web client
  • API gateway
      cloud:
      gateway:
        routes:
          - id : USER-SERVICE
            uri: lb://USER-SERVICE
            predicates:
              - Path=/** (allow to all)
              - path= /user/**,/staff/** (allow to specific)
    
  • Eureka Server (Server Discovery)

About

Multiple projects are connected using the micro-service architecture, using the Spring boot 3.x.x and Java-17.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages