Fix mvnw reference in examples

This commit is contained in:
Stephane Nicoll 2019-04-02 17:33:34 +02:00
parent 3b40cd824e
commit 2c0abc8e54

View File

@ -10,7 +10,7 @@ You can start the service from the command line:
[indent=0]
----
$ ./mvnw spring-boot:run
$ ../mvnw spring-boot:run
----
Or, better yet, run the `ServiceApplication` main method from your favourite IDE.