Core service powered by Spring Boot
Run application:
./mvnw spring-boot:run
Run tests:
./mvnw test
Build application artifact:
./mvnw install
Build application artifacts (without tests):
./mvnw -Dmaven.test.skip=true install
Bootstrap project using docker-compose:
docker-compose up
Stop and remove containers, networks, images:
docker-compose down