Spring 学习资源

2018-09-18 06:35:34来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

1.Spring 各版本信息

https://github.com/spring-projects/spring-framework/tags

2.Spring 各项目信息

https://spring.io/projects/spring-framework

3.Spring Initializr 地址

https://start.spring.io/

相关书籍

<<Spring实战(第4版)>> 张卫滨

4.mybatis 学习资源

http://www.mybatis.org/mybatis-3/zh/index.html

5.mybatis-spring 学习资源

http://www.mybatis.org/spring/zh/

6.数据库链接池(阿里链接池使用)

https://blog.csdn.net/u012562943/article/details/54407307
https://blog.csdn.net/hj7jay/article/details/51686418

7.mongodb学习资源

https://docs.mongodb.com/

https://projects.spring.io/spring-data-mongodb/

https://github.com/spring-projects/spring-data-book

8.apache相关项目学习

http://apache.org/index.html

9.jwt生成token

https://github.com/jwtk/jjwt

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:MD5工具类

下一篇:[二十一]JavaIO之BufferedReader 与 BufferedWriter