Skip to content

Commit aac9727

Browse files
Simplified run command in docs
1 parent cde37a2 commit aac9727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ public class SpringBatchRestSampleApplication {
8585

8686
To see this example in action, run
8787
```text
88-
mvn clean install
89-
java -jar example/target/*.jar
88+
mvn install -Dmaven.test.skip; java -jar example/target/*.jar
9089
```
9190
and then check the Swagger REST API docs at
9291
<a href="http://localhost:8080/swagger-ui.html">http://localhost:8080/swagger-ui.html</a>.

0 commit comments

Comments
 (0)