Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 233 Bytes

File metadata and controls

18 lines (13 loc) · 233 Bytes

helloworld-java

Very simple hello world java application with spring-boot.

What you'll need

  • JDK 1.7 or later
  • Gradle 5 or later

Stack

  • Spring Boot
  • Java
  • Gradle

Run

gradle test

gradle build

gradle bootRun