Ver código fonte

Upgrade Spring Boot javadocs to docs.spring.io

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

+ 2
- 2
README.ftl.md Ver arquivo

@@ -162,8 +162,8 @@ Congratulations! You've just developed a RESTful web service with Spring.
162 162
 <@u_tomcat/>
163 163
 <@u_application_context/>
164 164
 [`@Controller`]: http://static.springsource.org/spring/docs/${spring_version}/javadoc-api/org/springframework/stereotype/Controller.html
165
-[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/${spring_boot_version}/javadoc-api/org/springframework/bootstrap/SpringApplication.html
166
-[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/${spring_boot_version}/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html
165
+[`SpringApplication`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/SpringApplication.html
166
+[`@EnableAutoConfiguration`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html
167 167
 [`@Component`]: http://static.springsource.org/spring/docs/${spring_version}/javadoc-api/org/springframework/stereotype/Component.html
168 168
 [`@ResponseBody`]: http://static.springsource.org/spring/docs/${spring_version}/javadoc-api/org/springframework/web/bind/annotation/ResponseBody.html
169 169
 [`MappingJackson2HttpMessageConverter`]: http://static.springsource.org/spring/docs/${spring_version}/javadoc-api/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.html

+ 2
- 2
README.md Ver arquivo

@@ -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.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
348
+[`SpringApplication`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/SpringApplication.html
349
+[`@EnableAutoConfiguration`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.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