Skip to content

minhducnguyen189/com.springboot.cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages