|
|
|
|
|
|
344
|
[u-war]: /understanding/WAR
|
344
|
[u-war]: /understanding/WAR
|
|
345
|
[u-tomcat]: /understanding/Tomcat
|
345
|
[u-tomcat]: /understanding/Tomcat
|
|
346
|
[u-application-context]: /understanding/application-context
|
346
|
[u-application-context]: /understanding/application-context
|
|
347
|
-[`@Controller`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/stereotype/Controller.html
|
|
|
|
|
|
347
|
+[`@Controller`]: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
|
|
348
|
[`SpringApplication`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/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
|
349
|
[`@EnableAutoConfiguration`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html
|
|
350
|
-[`@Component`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/stereotype/Component.html
|
|
|
|
351
|
-[`@ResponseBody`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/web/bind/annotation/ResponseBody.html
|
|
|
|
352
|
-[`MappingJackson2HttpMessageConverter`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.html
|
|
|
|
353
|
-[`DispatcherServlet`]: http://static.springsource.org/spring/docs/3.2.4.RELEASE/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html
|
|
|
|
|
|
350
|
+[`@Component`]: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html
|
|
|
|
351
|
+[`@ResponseBody`]: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/ResponseBody.html
|
|
|
|
352
|
+[`MappingJackson2HttpMessageConverter`]: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.html
|
|
|
|
353
|
+[`DispatcherServlet`]: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html
|
|
|
|
354
|
+
|