# Test **Repository Path**: cao_wen_bin/test ## Basic Information - **Project Name**: Test - **Description**: 该springboot项目用于平时的测试使用,数据库已经连接,sql文件已经包含在了项目中 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-12 - **Last Updated**: 2025-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 该springboot项目用于平时的测试使用,数据库已经连接,sql文件已经包含在了项目中 ## 已经实现的测试案例: 1. 使用多线程往数据库中插入数据,减少执行的总时间(4种方式) 2. jdbcTemplate往表中存放图片和文本 3. 线程池的创建几种方式、手动创建线程池 4. 测试自己写的加密springboot-starter(https://gitee.com/cao_wen_bin/my_springboot_starter_digest.git) 5. IP白名单拦截器的设置 6. 返回体加密 7. 发送邮件改接口 8. redis整合以及redis的高级写法 9. 枚举值例子 10. mapstruct自定义类型的转换(String和List的相互转换) 11. 数据库明文加密 12. 测试mybatis中三级菜单 嵌套集合形式 13. mybatis-plus-generator自动生成代码 14. springboot+Lua设置redis的值 15. 二维码实现 16. thumbnailator图片压缩处理 17. 使用poi-tl动态填充Word(官网地址:https://deepoove.com/poi-tl/) 18. 使用documents4j,Windows系统中使用documents4j进行word向pdf的转换,这个依赖底层主要是使用Microsoft office的apis进行文档转换,所以只能在Windows中使用; linux需要手动下载libreoffice,通过该服务进行文档的转换 参考网址:https://www.cnblogs.com/qq545505061/p/18345179 19. 从[https://www.mca.gov.cn/mzsj/xzqh/2023/202301xzqh.html](https://www.mca.gov.cn/mzsj/xzqh/2023/202301xzqh.html)中获取省市区按照area表结构保存到数据库中 20. poi-tl word动态表格的填充 21. 实现springboot监听器案例 22. dynamic-datasource多数据源使用