本文章用來收集在開發過程中的發現的好用的框架,記錄下方便以后使用
knife4j
- 是為Java MVC框架集成Swagger生成Api文檔的工具,前身是swagger-bootstrap-ui
- 碼云:https://gitee.com/xiaoym/knife4j
- 文檔:https://doc.xiaominfo.com/
commons.lang3
- StringUtils對于字符串的操作方便一點
commons-io
- 文件操作工具包
easyexcel
- excel導入導出工具類
- gitHub地址:https://github.com/alibaba/easyexcel
druid
- 阿里開源數據庫連接池
- github地址:https://github.com/alibaba/druid/