Renegerate guides based on updated macros.md

This commit is contained in:
Greg Turnquist 2013-07-15 16:29:56 -04:00
parent 326cf8ed83
commit feea89d2e7

View File

@ -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: