Skip to content

Latest commit

 

History

History
 
 

livelessons-bootstrap-gradle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lesson 1: Bootstrapping (Using Gradle)

Introduction

This example shows how Spring Boot with Gradle.

Building and running the sample

Use the following commands to build run the application:

$ ./gradlew build
$ java -jar build/libs/livelessons-bootstrap-gradle-0.0.1-SNAPSHOT.jar