# test a single method with Spring Boot test profile
mvn test -Dtest=CacheControllerTest#getAllCaches -Dspring.profiles.active=test test
# build app skipping tests
mvn clean install -DskipTests=true
# test a single method with Spring Boot test profile
mvn test -Dtest=CacheControllerTest#getAllCaches -Dspring.profiles.active=test test
# build app skipping tests
mvn clean install -DskipTests=true