|
|
@@ -25,7 +25,7 @@ What you'll need
|
|
25
|
25
|
|
|
26
|
26
|
- About 15 minutes
|
|
27
|
27
|
- A favorite text editor or IDE
|
|
28
|
|
- - [JDK 6][jdk] or better
|
|
|
28
|
+ - [JDK 6][jdk] or later
|
|
29
|
29
|
- [Maven 3.0][mvn] or later
|
|
30
|
30
|
|
|
31
|
31
|
[jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
|
|
@@ -52,7 +52,7 @@ To **skip the basics**, do the following:
|
|
52
|
52
|
Set up the project
|
|
53
|
53
|
------------------
|
|
54
|
54
|
|
|
55
|
|
-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 our [Getting Started with Maven](../gs-maven/README.md) or [Getting Started with Gradle](../gs-gradle/README.md) guides.
|
|
|
55
|
+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).
|
|
56
|
56
|
|
|
57
|
57
|
### Create the directory structure
|
|
58
|
58
|
|
|
|
@@ -65,8 +65,6 @@ In a project directory of your choosing, create the following subdirectory struc
|
|
65
|
65
|
|
|
66
|
66
|
### Create a Maven POM
|
|
67
|
67
|
|
|
68
|
|
-> **ERROR:** Section 'maven-project-setup-options' not found
|
|
69
|
|
-
|
|
70
|
68
|
`pom.xml`
|
|
71
|
69
|
```xml
|
|
72
|
70
|
<?xml version="1.0" encoding="UTF-8"?>
|