From 4f7ea7a612a1815e1456cad742fdeea2a2b01c65 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 29 Sep 2014 12:54:49 -0500 Subject: [PATCH] Remove redudant 'run the service' macro --- README.adoc | 3 --- 1 file changed, 3 deletions(-) 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. ....