|
|
@@ -50,7 +50,7 @@ Set up the project
|
|
50
|
50
|
|
|
51
|
51
|
<groupId>org.springframework</groupId>
|
|
52
|
52
|
<artifactId>gs-rest-service</artifactId>
|
|
53
|
|
- <version>1.0</version>
|
|
|
53
|
+ <version>0.1.0</version>
|
|
54
|
54
|
|
|
55
|
55
|
<parent>
|
|
56
|
56
|
<groupId>org.springframework.bootstrap</groupId>
|
|
|
@@ -224,7 +224,7 @@ Run the service
|
|
224
|
224
|
|
|
225
|
225
|
Run your service with `java -jar` at the command line:
|
|
226
|
226
|
|
|
227
|
|
- java -jar target/gs-rest-service-1.0.jar
|
|
|
227
|
+ java -jar target/gs-rest-service-0.1.0.jar
|
|
228
|
228
|
|
|
229
|
229
|
Logging output is displayed. The service should be up and running within a few seconds.
|
|
230
|
230
|
|