|
27 | 27 | + [Spring Doc: Class StringRedisTemplate](https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/core/StringRedisTemplate.html)
|
28 | 28 | + [如何使用RedisTemplate访问Redis数据结构](https://www.jianshu.com/p/7bf5dc61ca06)
|
29 | 29 | + **RestTemplate类**
|
30 | | - |
31 | 30 | + [Spring Doc: Class RestTemplate](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html)
|
32 | | - |
33 | 31 | + [A Guide to the RestTemplate | Baeldung](https://www.baeldung.com/rest-template)
|
34 | | - |
35 | 32 | + [Spring RestTemplate 中几种常见的请求方式](https://blog.csdn.net/u012702547/article/details/77917939)
|
36 | 33 |
|
37 | 34 | ## Spring Boot
|
38 | 35 |
|
39 | 36 | + [@SpringBootApplication(源码分析与启动流程)](http://tengj.top/2017/03/09/springboot3/) ==>> 推荐阅读《Spring Boot揭秘》第三章
|
40 | | -+ [SpringBoot开发常用技术整合](https://www.imooc.com/learn/956) |
41 | | -+ [Spring Boot聚合工程](https://www.imooc.com/learn/933) |
42 | | -+ [Spring Boot热部署](https://www.imooc.com/learn/915) |
| 37 | ++ **参考视频教程** |
| 38 | + + [SpringBoot开发常用技术整合](https://www.imooc.com/learn/956) |
| 39 | + + [Spring Boot聚合工程](https://www.imooc.com/learn/933) |
| 40 | + + [Spring Boot热部署](https://www.imooc.com/learn/915) |
| 41 | ++ **参考文档以及开原作品索引** |
| 42 | + + [Spring Boot 中文索引](http://springboot.fun/) |
43 | 43 |
|
44 | 44 | #### Thymeleaf
|
45 | 45 |
|
46 | 46 | + [Thymeleaf-Reference-Guide中文翻译](https://github.com/jack80342/Thymeleaf-Reference-Guide)
|
47 | 47 |
|
48 | 48 | ## Spring MVC
|
49 | 49 |
|
| 50 | ++ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore) |
| 51 | + |
| 52 | +#### **Servlet** |
| 53 | + |
50 | 54 | + [知乎:servlet的本质是什么,它是如何工作的?](https://www.zhihu.com/question/21416727)
|
51 | 55 | + [许令波:Servlet 工作原理解析](https://www.ibm.com/developerworks/cn/java/j-lo-servlet/index.html)
|
52 | 56 | + [Servlet生命周期与工作原理](https://www.cnblogs.com/cuiliang/archive/2011/10/21/2220671.html)
|
53 | | -+ **redirect和forward** |
54 | | - + [知乎:web开发过程中redirect和forward有什么区别?](https://www.zhihu.com/question/38013677) |
55 | | - + [请求转发(Forward)和重定向(Redirect)的区别](https://www.cnblogs.com/Qian123/p/5345527.html) |
56 | | -+ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore) |
| 57 | + |
| 58 | +#### **redirect和forward** |
| 59 | + |
| 60 | ++ [知乎:web开发过程中redirect和forward有什么区别?](https://www.zhihu.com/question/38013677) |
| 61 | ++ [请求转发(Forward)和重定向(Redirect)的区别](https://www.cnblogs.com/Qian123/p/5345527.html) |
| 62 | + |
| 63 | +#### Spring MVC常用注解 |
| 64 | + |
| 65 | ++ [springmvc常用注解标签详解](https://www.cnblogs.com/leskang/p/5445698.html) |
| 66 | ++ [Spring MVC 的常用注解](https://blog.csdn.net/qian_ch/article/details/73826663) |
| 67 | + |
| 68 | +#### 面试相关 |
| 69 | + |
57 | 70 | + [SpringMVC面试题](https://www.w3cschool.cn/qgutf/)
|
58 | 71 |
|
59 | 72 | ## MyBatis
|
|
64 | 77 | + [MyBatis常见面试题](https://www.w3cschool.cn/kzsow/)
|
65 | 78 | + MyBatis中的#与$的区别
|
66 | 79 |
|
67 | | -## Spring Cloud |
| 80 | +## Spring Cloud |
| 81 | + |
| 82 | ++ **参考文档以及开源作品索引** |
| 83 | + + [Spring Cloud 中文索引](http://springcloud.fun/) |
| 84 | + |
0 commit comments