Java 21
should be installed -->export JAVA_HOME=$(/usr/libexec/java_home -v 21)
Docker
should be installedMaven
should be installedpgAdmin
/DBeaver
can be installed (Optional)
- First way
- Run ./scripts/run.sh script
- Second way
- Run
docker-compose up -d
command to start the services - Run
mvn clean install
ormvn clean package
- Run
mvn spring-boot:run
or./mvnw spring-boot:run
- Run
- Swagger Url: http://localhost:8001/swagger-ui.html
- Actuator Url: http://localhost:8001/actuator
- Metric Url: http://localhost:8001/actuator/metrics
- Run
mvn test
command to run all the tests
- Kafka UI: http://localhost:9091/
- Zipkin: http://localhost:9411/
- Prometheus: http://localhost:9090/graph
- Grafana: http://localhost:3000/
Email or username: admin
Password: admin
- PostgreSQL DB connection details
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Port: 5432