Skip to content

Commit 0e3479f

Browse files
committed
Spring相关内容添加
最初版,后续陆续添加
1 parent c00bbc7 commit 0e3479f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
# Spring
3+
4+
## Spring相关教程/资料:
5+
6+
> ### 官网相关
7+
8+
[Spring官网](https://spring.io/)
9+
10+
[Spring系列主要项目](https://spring.io/projects)
11+
12+
从配置到安全性,Web应用到大数据 - 无论您的应用程序的基础架构需求如何,都有一个Spring Project来帮助您构建它。 从小处着手,根据需要使用 - Spring是通过设计模块化的。
13+
14+
[Spring官网指南](https://spring.io/guides)
15+
16+
无论您在构建什么,这些指南都旨在尽可能快地提高您的工作效率 - 使用Spring团队推荐的最新Spring项目发布和技术。
17+
18+
[Spring官方文档翻译(1~6章)](https://blog.csdn.net/tangtong1/article/details/51326887)
19+
20+
> ### 系统学习教程:
21+
22+
[极客学院Spring Wiki](http://wiki.jikexueyuan.com/project/spring/transaction-management.html)
23+
24+
[Spring W3Cschool教程 ](https://www.w3cschool.cn/wkspring/f6pk1ic8.html)
25+
26+
> ### 一些常用的东西
27+
28+
[Spring Framework 4.3.17.RELEASE API](https://docs.spring.io/spring/docs/4.3.17.RELEASE/javadoc-api/)
29+
30+
默认浏览器打开,当需要查某个类的作用的时候,可以在浏览器通过ctrl+f搜索。
31+
32+
33+
## 面试必备知识点
34+
> ### Spring事务管理
35+
36+
37+
> ### Spring AOP,IOC实现原理(IOC依赖注入使用的最多)
38+
39+
40+
> ### Spring源码阅读

0 commit comments

Comments
 (0)