commons-lang3

简介:必备的工具类,包含了常用的字符串、集合、日期等常用操作
官网:http://commons.apache.org/proper/commons-lang/

Mybatis通用mappper

简介:
github:https://github.com/abel533/Mapper

Mybatis分页插件PageHelper

简介:Mybatis自动分页插件。
github:https://github.com/pagehelper/Mybatis-PageHelper
官网:https://pagehelper.github.io/

Lombok

简介:简单的来说就是能够通过注解自动生成常用的get、set、toString、equal、hashcode…的类库(还有更多用法自己去探究),需要在IDEA或者Eclipse安装对应的插件。
github:https://github.com/rzwitserloot/lombok
官网:https://www.projectlombok.org/

HttpClient Fluent

简介:httpclient的一个子项目,为httpclient提供了易用的流式API。
官网:http://hc.apache.org/
官方示例:http://hc.apache.org/httpcomponents-client-4.5.x/tutorial/html/fluent.html

EasyExcel

简介:在POI的基础上封装的excel处理类库,内存占用少,更加易用。
githubhttps://github.com/alibaba/easyexcel

Springfox Swagger2

简介:swagger本身是一个接口文档工具,为了提高开发效率,便产生了利用注解自动生成接口文档这个类库。一般会将Springfox Swagger2(接口文档)和Springfox Swagger UI(接口文档展示)一起配合使用。在这里推荐另外一个国人编写的接口文档展示的类库——swagger-bootstrap-uihttps://gitee.com/xiaoym/swagger-bootstrap-ui)。
github:https://github.com/springfox/springfox