|
|
@@ -73,7 +73,7 @@ In a project directory of your choosing, create the following subdirectory struc
|
|
73
|
73
|
└── java
|
|
74
|
74
|
└── hello
|
|
75
|
75
|
|
|
76
|
|
-<a name="gradle-begin"></a>
|
|
|
76
|
+
|
|
77
|
77
|
### Create a Gradle build file
|
|
78
|
78
|
Below is the [initial Gradle build file](https://github.com/spring-guides/gs-rest-service/blob/master/initial/build.gradle). But you can also use Maven. The pom.xml file is included [right here](https://github.com/spring-guides/gs-rest-service/blob/master/initial/pom.xml). If you are using [Spring Tool Suite (STS)][gs-sts], you can import the guide directly.
|
|
79
|
79
|
|
|
|
@@ -110,18 +110,7 @@ task wrapper(type: Wrapper) {
|
|
110
|
110
|
gradleVersion = '1.7'
|
|
111
|
111
|
}
|
|
112
|
112
|
```
|
|
113
|
|
-<a name="gradle-end"></a>
|
|
114
|
|
-
|
|
115
|
|
-<a name="maven-begin"></a>
|
|
116
|
|
-### Maven stuff
|
|
117
|
|
-This is Maven stuff
|
|
118
|
|
-<a name="maven-end"></a>
|
|
119
|
|
-
|
|
120
|
|
-<a name="sts-begin"></a>
|
|
121
|
|
-### STS stuff
|
|
122
|
|
-This is STS stuff
|
|
123
|
|
-<a name="sts-end"></a>
|
|
124
|
|
-
|
|
|
113
|
+
|
|
125
|
114
|
[gs-sts]: /guides/gs/sts
|
|
126
|
115
|
|
|
127
|
116
|
This guide is using [Spring Boot's starter POMs](/guides/gs/spring-boot/).
|