Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 258 Bytes

File metadata and controls

10 lines (6 loc) · 258 Bytes

spring-boot-hello-world

Build the application jar: ./gradlew bootJar

Run the application: java -jar /hello-world-0.0.1-SNAPSHOT.jar

Hit http://localhost:8080 in the browser

java-spring-boot-gradle

java-spring-boot-gradle