Ver código fonte

Rollback experiment

Greg Turnquist 13 anos atrás
pai
commit
e52132b36e
1 arquivos alterados com 2 adições e 13 exclusões
  1. 2
    13
      README.md

+ 2
- 13
README.md Ver arquivo

73
             └── java
73
             └── java
74
                 └── hello
74
                 └── hello
75
 
75
 
76
-<a name="gradle-begin"></a>
76
+
77
 ### Create a Gradle build file
77
 ### Create a Gradle build file
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.
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
     gradleVersion = '1.7'
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
 [gs-sts]: /guides/gs/sts    
114
 [gs-sts]: /guides/gs/sts    
126
 
115
 
127
 This guide is using [Spring Boot's starter POMs](/guides/gs/spring-boot/).
116
 This guide is using [Spring Boot's starter POMs](/guides/gs/spring-boot/).