# docker-hello **Repository Path**: xiaodali/docker-hello ## Basic Information - **Project Name**: docker-hello - **Description**: 测试练习项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2025-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-hello #### 介绍 简单的练习项目,主要用于平时的测试练习代码记录 #### 架构 项目使用spring boot 2.3.8 + mybatis + redis + mysql 架构,简单的实现了一些测试功能 #### 主要功能测试 1. 结巴分词使用,加载本地词库 2. 集成redis,实现spring @Cacheable 增删改查缓存 3. mybatis 批量插入测试 4. java代码调用shell脚本 5. 文件路径测试 6. Class.getResource()与ClassLoader().getResource()对比测试 7. socket 通信服务端测试端简单实现 8. 验证码工具EasyCaptcha测试 9. ftp客户端简单测试 10. CompletableFuture 简单测试 11. http post application/x-www-form-urlencoded 提交接口测试 注意:以上内容具体参考代码