Skip to content

Latest commit

 

History

History

livelessons-bootstrap-maven

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lesson 1: Bootstrapping (Using Maven)

Introduction

This example shows how Spring Boot works with Maven.

Building and running the sample

Use the following commands to build run the application:

$ mvn clean package
$ java -jar target/livelessons-bootstrap-maven-1.0.0-SNAPSHOT.jar