Greg Turnquist 13 лет назад
Родитель
Сommit
1f25f8c619
1 измененных файлов: 13 добавлений и 1 удалений
  1. 13
    1
      README.md

+ 13
- 1
README.md Просмотреть файл

@@ -74,6 +74,7 @@ In a project directory of your choosing, create the following subdirectory struc
74 74
                 └── hello
75 75
 
76 76
 
77
+<a name="" class="gradle-begin"></a>
77 78
 ### Create a Gradle build file
78 79
 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 80
 
@@ -110,7 +111,18 @@ task wrapper(type: Wrapper) {
110 111
     gradleVersion = '1.7'
111 112
 }
112 113
 ```
113
-    
114
+<a name="" class="gradle-end"></a>
115
+
116
+<a name="" class="maven-begin"></a>
117
+### Maven stuff
118
+This is Maven stuff
119
+<a name="" class="maven-end"></a>
120
+
121
+<a name="" class="sts-begin"></a>
122
+### STS stuff
123
+This is STS stuff
124
+<a name="" class="sts-end"></a>
125
+
114 126
 [gs-sts]: /guides/gs/sts    
115 127
 
116 128
 This guide is using [Spring Boot's starter POMs](/guides/gs/spring-boot/).