Skip to content

Commit

Permalink
Merge pull request #1272 from kenfinnigan/guide-title
Browse files Browse the repository at this point in the history
Adjust the periodic task guide title
  • Loading branch information
stuartwdouglas authored Mar 6, 2019
2 parents 02eca08 + e6c5005 commit 8059ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/scheduled-guide.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include::./attributes.adoc[]
= {project-name} - Schedule Periodic Tasks
= {project-name} - Scheduling Periodic Tasks

Modern applications often need to run specific tasks periodically.
In this guide, you learn how to schedule periodic tasks.
Expand Down Expand Up @@ -159,4 +159,4 @@ In another terminal, run `curl localhost:8080/count` to check the counter value.
After a few seconds, re-run `curl localhost:8080/count` to verify the counter has been incremented.

As usual, the application can be packaged using `mvn clean package` and executed using the `-runner.jar` file.
You can also generate the native executable with `mvn clean package -Pnative`.
You can also generate the native executable with `mvn clean package -Pnative`.

0 comments on commit 8059ee8

Please sign in to comment.