Ingen beskrivning

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

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.