Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 233 Bytes

File metadata and controls

9 lines (5 loc) · 233 Bytes

hello-world-spring-boot-pom

Build the application jar: ./mvnw package

Run the application: java -jar target/hello-world-spring-boot-pom-0.0.1-SNAPSHOT.jar

Hit http://localhost:8080 in the browser

java-spring-boot-maven