Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 340 Bytes

File metadata and controls

7 lines (6 loc) · 340 Bytes

Sample SpringBoot project

Small springboot project built with gradle used as a reference/practice/fun

To run project:

  1. first obtain project: git clone https://github.com/JacobStewart20/gradle-springboot-insertion-sort.git
  2. next build with gradle wrapper: ./gradlew build
  3. finally run as springboot app: ./gradlew bootRun