From feea89d2e7aee6f06c8637b8e18e9e52dbdca0d9 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 15 Jul 2013 16:29:56 -0400 Subject: [PATCH] Renegerate guides based on updated macros.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 49f3ec3b36..38cd5d9e61 100644 --- a/README.md +++ b/README.md @@ -438,8 +438,6 @@ Finally, you run the application. This example uses a memory-based database (provided by `@EnableBatchProcessing`), meaning that when it's done, the data is gone. For demonstration purposes, there is extra code to create a `JdbcTemplate`, query the database, and print out the names of people the batch job inserts. -###Build an executable JAR - Now that your `Application` class is ready, you simply instruct the build system to create a single, executable jar containing everything. This makes it easy to ship, version, and deploy the service as an application throughout the development lifecycle, across different environments, and so forth. Add the following configuration to your existing Maven POM: