Latipe Version 2 (Migration from monolith to microservices)
- Java 17
- Spring boot 3
- RabbitMQ
- Elasticsearch
- K8s
- GitHub Actions
- OpenTelemetry
- Grafana, Loki, Prometheus, Tempo, Redis
mvn clean package
Also, make sure that the install.sh
file has execute permissions. You can set the execute permission using the chmod
command:
chmod +x install.sh
docker-compose -f ./docker/docker-compose.yml -p docker up -d
./install.sh
Also, make sure that the terminate.sh
file has execute permissions. You can set the execute permission using the chmod
command:
chmod +x terminate.sh
./terminate.sh
EUREKA_ENABLED: false
- Give us a star
- Reporting a bug
- Participate discussions
- Propose new features
- Submit pull requests. If you are new to GitHub, consider to learn how to contribute to a project through forking