File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- : apple : 🍊🍓 * 推荐使用 [ chrome插件:简悦 ] ( http://ksria.com/simpread/ ) 来阅读 * 🍎🍊🍓
1
+ ## 阅读需知:
2
2
3
- ** 仓库维护时间越久,文章目录越来越长,为了优化阅读体验,拆分了大章节,增加了每个大章节的链接**
3
+ + ** 推荐使用[ chrome插件:简悦] ( http://ksria.com/simpread/ ) 来阅读。**
4
+ + ** 如果你在中国境内,部分文章可能需要科学上网才能阅读;当然也有可能是链接失效,你可以提交issue,感谢你的贡献。**
5
+
6
+ + ** 仓库维护时间越久,文章目录越来越长,为了优化阅读体验,拆分了大章节,增加了每个大章节的链接。**
4
7
5
8
| :strawberry : | :cherries : | :chestnut : | :peach : | :green_apple : | :apple : | :banana : | :grapes : | :kiwi_fruit : | :lemon : | :watermelon : | :strawberry : | :mandarin : |
6
9
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | ------------------------------------------------------------ | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
425
428
426
429
+ [ Spring常见面试题] ( https://www.w3cschool.cn/fisug/ )
427
430
+ [ 知乎:@Autowired 和@Resource 的区别是什么?] ( https://www.zhihu.com/question/39356740 )
431
+ + StringRedisTemplate 类
432
+ + [ Spring Doc: Class StringRedisTemplate] ( https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/core/StringRedisTemplate.html )
433
+ + [ 如何使用RedisTemplate访问Redis数据结构] ( https://www.jianshu.com/p/7bf5dc61ca06 )
428
434
+ ** RestTemplate类**
429
435
+ [ Spring Doc: Class RestTemplate] ( https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html )
430
436
+ [ A Guide to the RestTemplate | Baeldung] ( https://www.baeldung.com/rest-template )
Original file line number Diff line number Diff line change 23
23
24
24
+ [ Spring常见面试题] ( https://www.w3cschool.cn/fisug/ )
25
25
+ [ 知乎:@Autowired 和@Resource 的区别是什么?] ( https://www.zhihu.com/question/39356740 )
26
+ + StringRedisTemplate 类
27
+ + [ Spring Doc: Class StringRedisTemplate] ( https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/core/StringRedisTemplate.html )
28
+ + [ 如何使用RedisTemplate访问Redis数据结构] ( https://www.jianshu.com/p/7bf5dc61ca06 )
26
29
+ ** RestTemplate类**
30
+
27
31
+ [ Spring Doc: Class RestTemplate] ( https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html )
32
+
28
33
+ [ A Guide to the RestTemplate | Baeldung] ( https://www.baeldung.com/rest-template )
34
+
29
35
+ [ Spring RestTemplate 中几种常见的请求方式] ( https://blog.csdn.net/u012702547/article/details/77917939 )
30
36
31
37
## Spring Boot
You can’t perform that action at this time.
0 commit comments