Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 312 Bytes

File metadata and controls

13 lines (10 loc) · 312 Bytes

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