The Wayback Machine - https://web.archive.org/web/20200916041618/https://github.com/sfyumi/JettyEcho
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Echo

最简单的 Maven Jetty Plugin

required: Java7 Servlet3 Maven3

运行

mvn jetty:run

访问 hello jetty

curl localhost:8080

访问 echo

curl localhost:8080/echo?name=jetty

访问 echo post

`## 访问 echo

访问 curl -sX POST --data @person.json localhost:8080/echo

About

使用 Jetty 容器的 Servlet 工程

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.