Skip to content

trion-development/spring-boot-rest-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample spring boot application.

Run with

./mvnw spring-boot:run

You can use HTTPie https://httpie.org/ to test the application.

http GET :8080/people
 
http POST :8080/people firstName=Thomas lastName=Kruse
http GET :8080/people/1

Releases

No releases published

Packages

No packages published

Languages