Skip to content

olliegator/spring-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test with Spring REST and HATEOAS

Java Build

mvn clean install

Docker Build

docker build -t spring-rest .
docker run --rm -p 8080:8080 --name spring-rest spring-rest

Docker Run

docker run --rm -p 8080:8080 --name spring-rest spring-rest

URLs

curl -i http://localhost:8080
curl -i http://localhost:8080/greeting
curl -i http://localhost:8080/greeting/Miguel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published