|
|
@@ -101,7 +101,7 @@ repositories {
|
|
101
|
101
|
}
|
|
102
|
102
|
|
|
103
|
103
|
dependencies {
|
|
104
|
|
- compile("org.springframework.boot:spring-boot-starter-web:0.5.0.BUILD-SNAPSHOT")
|
|
|
104
|
+ compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M2")
|
|
105
|
105
|
compile("com.fasterxml.jackson.core:jackson-databind")
|
|
106
|
106
|
testCompile("junit:junit:4.11")
|
|
107
|
107
|
}
|
|
|
@@ -259,7 +259,7 @@ buildscript {
|
|
259
|
259
|
mavenLocal()
|
|
260
|
260
|
}
|
|
261
|
261
|
dependencies {
|
|
262
|
|
- classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.BUILD-SNAPSHOT")
|
|
|
262
|
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M2")
|
|
263
|
263
|
}
|
|
264
|
264
|
}
|
|
265
|
265
|
```
|
|
|
@@ -345,8 +345,8 @@ Congratulations! You've just developed a RESTful web service with Spring.
|
|
345
|
345
|
[u-tomcat]: /understanding/Tomcat
|
|
346
|
346
|
[u-application-context]: /understanding/application-context
|
|
347
|
347
|
[`@Controller`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/stereotype/Controller.html
|
|
348
|
|
-[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html
|
|
349
|
|
-[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html
|
|
|
348
|
+[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/SpringApplication.html
|
|
|
349
|
+[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html
|
|
350
|
350
|
[`@Component`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/stereotype/Component.html
|
|
351
|
351
|
[`@ResponseBody`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/web/bind/annotation/ResponseBody.html
|
|
352
|
352
|
[`MappingJackson2HttpMessageConverter`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.html
|