Skip to content

Commit 707456f

Browse files
committed
Added instruction to start service via Maven plugin.
1 parent 837c9de commit 707456f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-weather-war/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This example implements a simple weather REST service using Spring Boot (WAR).
1010
```bash
1111
$ mvn package
1212
$ java -jar target/spring-weather-war-1.0.0.war
13+
14+
$ mvn spring-boot:run
1315
```
1416

1517
## Build and run with Docker

0 commit comments

Comments
 (0)