Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.24 KB

Spring Framework Demo App

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Tutorial

curl -v http://localhost:8080/greeting?name=Joe

curl -v -s -H 'Accept-Language: de' http://localhost:8080/greeting?name=Joe

curl -v -s -H 'Accept-Language: en' http://localhost:8080/greeting?name=Joe

curl -v -s -H 'Accept-Language: fr_FR' http://localhost:8080/greeting?name=Joe

curl -v -X DELETE http://localhost:8080/api/customers/1

http://localhost:8080/actuator

java -jar .\demo-0.0.1-SNAPSHOT.war --spring.profiles.active=dev