1. SpringBoot 全家桶
2. hutool-all 工具库
3.common-langs, 主要是使用 tuple 类
4. java.text.MessageFormat 类, 格式化字符串, 可以像C#的String.Format(), 以{0} {1}的形式插入占位符.
5.jodd-core 库, 又一个工具库
6. jasypt-spring-boot-starter, 数据库密码的加密解密
7. jackson-dataformat-xml, 处理XML
7. mapstruct 库, 完成 model <--> DTO 的转换,
原文:https://www.cnblogs.com/harrychinese/p/java-libs.html