Skip to content

Latest commit

Β 

History

History
39 lines (28 loc) Β· 1.4 KB

File metadata and controls

39 lines (28 loc) Β· 1.4 KB

Spring CQRS and Event Sourcing microservice example πŸ‘‹β€πŸ’«βœ¨

πŸ‘¨β€πŸ’» Full list what has been used:

Swagger UI:

http://localhost:8006/swagger-ui/index.html

Jaeger UI:

http://localhost:16686

Prometheus UI:

http://localhost:9090

Grafana UI:

http://localhost:3005

For local development:

make local // runs docker-compose.yaml with all required containers
run spring application