Skip to content

Commit 13642b4

Browse files
committed
添加阅读需知
1 parent 873a065 commit 13642b4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
:apple:🍊🍓 *推荐使用[chrome插件:简悦](http://ksria.com/simpread/)来阅读* 🍎🍊🍓
1+
## 阅读需知:
22

3-
**仓库维护时间越久,文章目录越来越长,为了优化阅读体验,拆分了大章节,增加了每个大章节的链接**
3+
+ **推荐使用[chrome插件:简悦](http://ksria.com/simpread/)来阅读。**
4+
+ **如果你在中国境内,部分文章可能需要科学上网才能阅读;当然也有可能是链接失效,你可以提交issue,感谢你的贡献。**
5+
6+
+ **仓库维护时间越久,文章目录越来越长,为了优化阅读体验,拆分了大章节,增加了每个大章节的链接。**
47

58
| :strawberry: | :cherries: | :chestnut: | :peach: | :green_apple: | :apple: | :banana: | :grapes: | :kiwi_fruit: | :lemon: | :watermelon: | :strawberry: | :mandarin: |
69
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | ------------------------------------------------------------ | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
@@ -425,6 +428,9 @@
425428

426429
+ [Spring常见面试题](https://www.w3cschool.cn/fisug/)
427430
+ [知乎:@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)
428434
+ **RestTemplate类**
429435
+ [Spring Doc: Class RestTemplate](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html)
430436
+ [A Guide to the RestTemplate | Baeldung](https://www.baeldung.com/rest-template)

md/框架.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@
2323

2424
+ [Spring常见面试题](https://www.w3cschool.cn/fisug/)
2525
+ [知乎:@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)
2629
+ **RestTemplate类**
30+
2731
+ [Spring Doc: Class RestTemplate](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html)
32+
2833
+ [A Guide to the RestTemplate | Baeldung](https://www.baeldung.com/rest-template)
34+
2935
+ [Spring RestTemplate 中几种常见的请求方式](https://blog.csdn.net/u012702547/article/details/77917939)
3036

3137
## Spring Boot

0 commit comments

Comments
 (0)