Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot API Gateway

/api/login/
/api/products/
/api/orders/

Gateway

gateway:8080

http://localhost:8080/api/login/
http://localhost:8080/api/products/
http://localhost:8080/api/orders/

Auth Service

auth-service:8081

http://localhost:8081

Product Service

product-service:8082

http://localhost:8082

Order Service

order-service:8083

http://localhost:8083

Docker Compose

docker-compose up --build

docker-compose down -v --rmi all

About

java Springboot Api Gateway

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages