From 2d96c8eb17c633c5a67a11095ff29086003d759e Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Mon, 18 May 2015 22:40:56 +0200 Subject: [PATCH] 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. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.1.4