Spring Boot 相关

1 日志相关

spring boot + log4j2 配置
http://zk-chs.iteye.com/blog/2293242

log4j2详细配置xml
https://www.cnblogs.com/hafiz/p/6170702.html
http://www.cnblogs.com/hanfight/p/5721855.html

2 Json
Spring 集成Fastjson
https://github.com/alibaba/fastjson/wiki/%E5%9C%A8-Spring-%E4%B8%AD%E9%9B%86%E6%88%90-Fastjson

Json最佳实践
http://kimmking.github.io/2017/06/06/json-best-practice/

3 druid

Druid Spring Boot Starter
https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter

4 cache

Spring Boot缓存实战 EhCache
http://blog.csdn.net/xiaolyuh123/article/details/77161084

5 Result
关于 RESTful API 设计的参考文献
https://github.com/aisuhua/restful-api-design-references

Restful Api写法心得之三《返回值篇》
http://blog.csdn.net/aiyaya_/article/details/78209992

6 文件上传
配置文件上传的路径及访问
http://www.zslin.com/web/article/detail/23

你可能感兴趣的:(Spring,Boot)