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