updated example instructions

This commit is contained in:
jvi
2020-09-07 15:06:07 +02:00
parent 4dc398c5a1
commit 0fd6409bc3

View File

@@ -346,7 +346,7 @@
</execution>
</executions>
</plugin>
<!-- The following is not required for the application to build, but allows you to test it by issuing "mvn jetty:run" from the command line. -->
<!-- The following is not required for the application to build, but allows you to test it by issuing "mvn package jetty:run -Dspring.batch.job.enabled=false" from the command line. -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>