Seed repository to build an e-commerce platform using spring boot
- Use docker-compose to start dependencies
docker-compose up
- Use gradle bootRun to start the application
./gradlew clean bootRun
- Use gradle test to execute tests locally
./gradlew clean test