Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.54 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.54 KB

INTRODUCE

  • Hi, This repo contains some examples with using Spring Cloud. You can clone and using command below to build all modules.
    mvn clean install -DskipTests
    

EXAMPLE WITH SPRING CLOUD FEIGNCLIENT BASIC

  • In this example you should start following modules.
    • Bff-Application-Service
    • Blog-Application-Adapter (profile: application-local.yml)

EXAMPLE WITH SPRING CLOUD FEIGNCLIENT AND EUREKA

  • In this example you should start following modules.
    • Eureka-Server
    • Bff-Application-Service
    • Blog-Application-Adapter (profile: application-local.yml)

EXAMPLE WITH ZUUL GATEWAY

  • In this example you should start following modules.

    • Eureka-Server
    • Zuul-Edge-Service
    • Bff-Application-Service
    • Blog-Application-Adapter
  • You can view more in this post

EXAMPLE WITH OPENFEIGN LIBRARY

  • In this example you should start following modules.

    • Bff-Openfeign-Library
    • Bff-Application-Service
  • Note: Bff-Openfeign-Library is using the jar package of openfeign-library as a library.

  • You can view more in this post

EXAMPLE WITH OPENFEIGN AND OPENAPI

  • In this example you should start following modules.

    • Eureka-Server
    • Openfeign-Openapi-Client
    • Openfeign-Openapi-Server
  • You can view more in this pose