Small springboot project built with gradle used as a reference/practice/fun
- first obtain project:
git clone https://github.com/JacobStewart20/gradle-springboot-insertion-sort.git
- next build with gradle wrapper:
./gradlew build
- finally run as springboot app:
./gradlew bootRun