常用的Java類庫
1. SpringBoot 全家桶
2. hutool-all 工具庫
3.common-langs, 主要是使用 tuple 類
4. java.text.MessageFormat 類, 格式化字符串, 可以像C#的String.Format(), 以{0} {1}的形式插入占位符.
5.jodd-core 庫, 又一個(gè)工具庫
6. jasypt-spring-boot-starter, 數(shù)據(jù)庫密碼的加密解密
7. jackson-dataformat-xml, 處理XML
8. mapstruct 庫, 完成 model <--> DTO 的轉(zhuǎn)換, 注意需要將 mapstruct-processor 加到 Spring Boot Maven Plugin 插件的 annotationProcessorPaths中
9. api 快速安全管控, 對接已有的權(quán)限體系, 使用 sureness, https://gitee.com/dromara/sureness
10. 用戶管理/權(quán)限管控/SSO/OIDC/OAuth2 , 新建一套完整的解決方案, 使用 keycloak, https://www.lanhusoft.com/Article/741.html http://www.rzrgm.cn/lori/p/14989038.html

浙公網(wǎng)安備 33010602011771號