
正文
Spring Boot学习资料汇总
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
1. SpringFramework 重点学习 IOC容器,Web MVC framework,AOP 等
官网文档 http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/
Spring Session
http://docs.spring.io/spring-session/docs/current/reference/html5/
Spring Security
http://docs.spring.io/spring-security/site/docs/4.1.3.RELEASE/reference/htmlsingle/
2. Spring Data JPA
http://projects.spring.io/spring-data-jpa/
http://docs.spring.io/spring-data/jpa/docs/1.10.4.RELEASE/reference/html/
http://www.ibm.com/developerworks/cn/opensource/os-cn-spring-jpa/index.html
3. QueryDSL 通用查询框架,弥补JPA框架动态查询的不足
http://www.querydsl.com/
http://www.querydsl.com/static/querydsl/4.1.3/reference/html_single/
4. Hazelcast Java分布式内存网格框架
https://hazelcast.org/
https://github.com/hazelcast/hazelcast
5. spring boot 微服务框架,最好的学习途径就是官方文档和代码示例。Github相关项目参考学习。
http://projects.spring.io/spring-boot/
http://docs.spring.io/spring-boot/docs/1.4.0.RELEASE/reference/htmlsingle/
http://docs.spring.io/spring-boot/docs/1.4.0.RELEASE/reference/html/common-application-properties.html (常用配置项)
http://www.infoq.com/cn/articles/microframeworks1-spring-boot
https://www.gitbook.com/book/qbgbook/spring-boot-reference-guide-zh/details
6. Spring-cloud 微服务架构
https://github.com/spring-cloud
https://github.com/spring-cloud/spring-cloud-netflix
http://cloud.spring.io/spring-cloud-static/Brixton.SR6/
http://www.cnblogs.com/skyblog/p/5133752.html
7. Swagger 动态生成API文档,解程序员编辑API文档之苦
https://github.com/swagger-api/swagger.io/blob/wordpress/getting-started/index.md
http://swagger.io
https://github.com/swagger-api/swagger-core/wiki/Annotations-1.5.X
http://jakubstas.com/spring-jersey-swagger-create-documentation/#.WAiRrHV94nQ
8. Metrics 度量框架
https://github.com/dropwizard/metrics
http://metrics.dropwizard.io/3.1.0/
http://metrics.dropwizard.io/3.1.0/manual/healthchecks/
http://www.cnblogs.com/nexiyi/p/metrics_sample_1.html
http://www.cnblogs.com/nexiyi/p/metrics_sample_2.html






