Demo parking app built with Gradle, Spring Boot, H2 and AngularJS.
- clone repository
git clone https://github.com/avainola/parking.git
- use gradle wrapper to run the program
./gradlew bootRun
(on Unix-like platforms such as Linux and Mac OS X)
gradlew bootRun
(on Windows using the gradlew.bat batch file)
- use gradle wrapper to run unit tests
./gradlew test
(on Unix-like platforms such as Linux and Mac OS X)
gradlew test
(on Windows using the gradlew.bat batch file)