rm -rf ~/.m2/repository/com/github/daggerok
./mvnw clean test install -f reservation-service ; ./mvnw clean test -f reservation-clientSee reservation-service/src/test/java/com/github/daggerok tests
Follow guide from git commits...
run tests
./mvnw clean testrun app with embedded mongo
./mvnw -f ./reservation-service/pom.xml -P mongoEmbedded spring-boot:run
# or
./mvnw -pl :reservation-service -Dmongo=embedded spring-boot:runresources: