Use the Maven Wrapper in the Spring Data REST-based sample

Closes gh-146
This commit is contained in:
Andy Wilkinson
2015-10-06 16:41:34 +01:00
parent a693d12ce0
commit c97efcce2e
6 changed files with 386 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ Once the clone is complete, you're ready to get the service up and running:
[source,bash]
----
$ cd samples/rest-notes-spring-data-rest
$ mvn clean package
$ ./mvnw clean package
$ java -jar target/*.jar
----