From: gu.martinm@gmail.com Date: Mon, 18 May 2015 20:40:56 +0000 (+0200) Subject: Instructions about how to compile, deploy and run Jetty server X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=2d96c8eb17c633c5a67a11095ff29086003d759e;p=SpringWebServicesForFun%2F.git Instructions about how to compile, deploy and run Jetty server It is an old Jetty version and there are better ways of doing what I am doing but no time right now to improve the way of building and running on Jetty server. See for example Spring Boot. --- diff --git a/README.md b/README.md index 436c70b..7d502c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ SpringWebServicesForFun ======================= -Messing around with Spring Web Services \ No newline at end of file +Messing around with Spring Web Services + +mvn clean install +mvn war:war +mvn jetty:run