Skip to content

xtreme-christophe/01-demo-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Spring Boot

Overview

The goal of this demo is to show you how Spring Boot is easy use.

In this sample, you will start a server, run integration tests, discover the /metrics endpoint and have 2 controllers. The first one will return a value from a properties file and the second one will return a basic Java object as JSON.

Running the demo app

1. Clone the repo locally

git clone https://github.com/xtreme-christophe/01-demo-spring-boot.git

2. Run the demo

Using STS or IntelliJ:

Right click on the `Application.java` class -> Run `Application`

Using Maven:

mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages