bygui86 / spring-cloud-gateway

Spring Cloud Gateway sample projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cloud Gateway sample projects

Sub-projects


Run

  1. Start service-a

    cd ./service-a
    mvnw clean spring-boot:run
    
  2. Start service-b

    cd ./service-b
    mvnw clean spring-boot:run
    
  3. Start person service

    cd ./person-service
    mvnw clean spring-boot:run
    
  4. Start address service

    cd ./address-service
    mvnw clean spring-boot:run
    
  5. Start gateway

    cd ./spring-cloud-gateway
    mvnw clean spring-boot:run
    

TODOs

  • reactive gateway
  • reactive services

About

Spring Cloud Gateway sample projects

License:Apache License 2.0


Languages

Language:Java 100.0%