# spring-boot-examples **Repository Path**: ThomasWu/spring-boot-examples ## Basic Information - **Project Name**: spring-boot-examples - **Description**: springboot学习demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### spring-boot-examples #### 一、 common模块 springboot通用功能示例代码 1.拦截器 2.AOP切面日志 3.过滤器 4.validation校验框架 5.统一异常处理 6.日志配置 7.swagger接口测试 #### 二、transaction模块 springboot数据库操作示例代码 1.整合mybatis 2.事务处理实例代码 #### rabbitmq模块 springboot使用rabbitmq示例代码 TODO #### redis模块 springboot使用redis示例代码 #### elastic-job模块 springboot使用elasticjob示例例代码 #### elastic-search模块 springboot使用elastic-search示例例代码 参考博客:https://blog.csdn.net/laoyang360/article/details/79293493 #### junit-test模块 springboot中单元测试示例例代码 1.mocktio框架使用 2.嵌入式数据库测试dao层代码