常用的Java类库

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

8. mapstruct 库, 完成 model <--> DTO 的转换, 注意需要将 mapstruct-processor 加到 Spring Boot Maven Plugin 插件的 annotationProcessorPaths中

9. api 快速安全管控, 对接已有的权限体系, 使用 sureness,    https://gitee.com/dromara/sureness

10. 用户管理/权限管控/SSO/OIDC/OAuth2 , 新建一套完整的解决方案, 使用 keycloak,  https://www.lanhusoft.com/Article/741.html  https://www.cnblogs.com/lori/p/14989038.html

posted @ 2021-08-15 10:05  harrychinese  阅读(189)  评论(0编辑  收藏  举报