Skip to content

myfear/play-java-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-java-maven

A simple demo project about how to use Playframework with Maven

It just has a "hello world reply" on http://localhost:9000/ And you can post a JSON object to http://localhost:9000/hello

##Run with

mvn install play2:run

curl -X POST -H "Content-Type:application/json" -d '{"name": "John", "last": "Dow"}' http://localhost:9000/hello

"Hello John"

About

A simple demo project about how to use Playframework with Maven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages