Lyrics scraper service powered by Spring Boot
Build application artifacts:
./gradlew build
Build application artifacts (without tests):
./gradlew build -x test
Run tests:
./gradlew test
Run application:
./gradlew bootRun
Require already built application artifacts
Bootstrap full project using docker-compose:
docker-compose up
Bootstrap project excluding some services using docker-compose:
docker-compose up --scale [SERVICE=0...]
Stop and remove containers, networks, images:
docker-compose down