diff --git a/README.adoc b/README.adoc index 739ca7acc9..4660a22191 100644 --- a/README.adoc +++ b/README.adoc @@ -149,9 +149,6 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_an_executable_jar_with_both.adoc[] -:module: batch job -include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/run_the_application_with_both.adoc[] - The job prints out a line for each person that gets transformed. After the job runs, you can also see the output from querying the database. ....