Regenerate guides based on update to macros.md

This commit is contained in:
Greg Turnquist 2013-07-11 11:16:15 -05:00
parent 6e53444545
commit 59771e16c2

View File

@ -38,7 +38,7 @@ To **skip the basics**, do the following:
<a name="scratch"></a> <a name="scratch"></a>
Set up the project Set up the project
------------------ ------------------
First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Getting Started with Maven](../gs-maven/README.md) or [Getting Started with Gradle](../gs-gradle/README.md). First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](../gs-maven/README.md) or [Building Java Projects with Gradle](../gs-gradle/README.md).
### Create the directory structure ### Create the directory structure