File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 421
421
+ [ JDK动态代理代理与Cglib代理原理探究 ] ( http://ifeve.com/jdk%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86%E4%BB%A3%E7%90%86%E4%B8%8Ecglib%E4%BB%A3%E7%90%86%E5%8E%9F%E7%90%86%E6%8E%A2%E7%A9%B6/ )
422
422
+ [ Java Proxy 和 CGLIB 动态代理原理] ( http://www.importnew.com/27772.html )
423
423
424
- #### 面试
424
+ #### 常用知识点
425
425
426
426
+ [ Spring常见面试题] ( https://www.w3cschool.cn/fisug/ )
427
427
+ [ 知乎:@Autowired 和@Resource 的区别是什么?] ( https://www.zhihu.com/question/39356740 )
428
+ + ** RestTemplate类**
429
+ + [ Spring Doc: Class RestTemplate] ( https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html )
430
+ + [ A Guide to the RestTemplate | Baeldung] ( https://www.baeldung.com/rest-template )
431
+ + [ Spring RestTemplate 中几种常见的请求方式] ( https://blog.csdn.net/u012702547/article/details/77917939 )
428
432
429
433
## Spring Boot
430
434
Original file line number Diff line number Diff line change 19
19
+ [ JDK动态代理代理与Cglib代理原理探究 ] ( http://ifeve.com/jdk%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86%E4%BB%A3%E7%90%86%E4%B8%8Ecglib%E4%BB%A3%E7%90%86%E5%8E%9F%E7%90%86%E6%8E%A2%E7%A9%B6/ )
20
20
+ [ Java Proxy 和 CGLIB 动态代理原理] ( http://www.importnew.com/27772.html )
21
21
22
- #### 面试
22
+ #### 常用知识点
23
23
24
24
+ [ Spring常见面试题] ( https://www.w3cschool.cn/fisug/ )
25
25
+ [ 知乎:@Autowired 和@Resource 的区别是什么?] ( https://www.zhihu.com/question/39356740 )
26
+ + ** RestTemplate类**
27
+ + [ Spring Doc: Class RestTemplate] ( https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html )
28
+ + [ A Guide to the RestTemplate | Baeldung] ( https://www.baeldung.com/rest-template )
29
+ + [ Spring RestTemplate 中几种常见的请求方式] ( https://blog.csdn.net/u012702547/article/details/77917939 )
26
30
27
31
## Spring Boot
28
32
You can’t perform that action at this time.
0 commit comments