|
|
@@ -74,7 +74,8 @@ In a project directory of your choosing, create the following subdirectory struc
|
|
74
|
74
|
└── hello
|
|
75
|
75
|
|
|
76
|
76
|
|
|
77
|
|
-<span class="gradle">
|
|
|
77
|
+<div class="gradle">
|
|
|
78
|
+
|
|
78
|
79
|
### Create a Gradle build file
|
|
79
|
80
|
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.
|
|
80
|
81
|
|
|
|
@@ -111,7 +112,8 @@ task wrapper(type: Wrapper) {
|
|
111
|
112
|
gradleVersion = '1.7'
|
|
112
|
113
|
}
|
|
113
|
114
|
```
|
|
114
|
|
-</span>
|
|
|
115
|
+
|
|
|
116
|
+</div>
|
|
115
|
117
|
|
|
116
|
118
|
<span class="maven">
|
|
117
|
119
|
### Maven stuff
|