بدون توضیح

Adam Madej 21a90b2175 check README.md for instruction how to run it 2 هفته پیش
eurekaServer 6effd0356f set and tested micronaut microservis with eureka and spring boot gateway 2 هفته پیش
springGateway 6effd0356f set and tested micronaut microservis with eureka and spring boot gateway 2 هفته پیش
worker-service 6effd0356f set and tested micronaut microservis with eureka and spring boot gateway 2 هفته پیش
.gitignore 79e67949b2 Initial commit 4 هفته پیش
README.md 21a90b2175 check README.md for instruction how to run it 2 هفته پیش

README.md

  1. Open all 3 projects (eurekaServer, springGateway, worker-service) and run them. Eureka first, then others. Note that these services use ports 8761 (eureka), 8080 (gateway), 8081 (micronaut)
  2. Open localhost:8761 to check status of services.
  3. Open http://localhost:8080/api/production/status to check it working.