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