Demo app for course Gradle Multi-Project Masterclass.
To build and run all tests:
./gradlew build
To start the application:
./gradlew bootRun
The application API is now available at https://localhost:8080.
Contact me if you need help with Gradle at [email protected].