# chenxr-spring-boot3-bucket **Repository Path**: hhmxl/chenxr-spring-boot3-bucket ## Basic Information - **Project Name**: chenxr-spring-boot3-bucket - **Description**: SpringBoot3全家桶,对目前热门实用的Web技术进行整合,不定时更新.... - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-11-08 - **Last Updated**: 2023-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SpringBoot3 全家桶 本项目对目前Web开发中实用的各个技术,通过和SpringBoot3的集成组合成一个单独的示例项目。 每个子项目都会使用最小依赖,大家拿来即可使用,自己可以根据业务需求自由组合搭配不同的技术构建项目。 ## 子项目列表 | 项目名称 | 项目描述 | |----------------------------------------|----------------------------| | chenxr-spring-boot3-aop-log | 通过面向切面管理日志 | | chenxr-spring-boot3-knife4j | 接口文档分组配置,全局请求头定义 | | chenxr-spring-boot3-mongodb | MongoDB数据库 | | chenxr-spring-boot3-mybatis-plus | Mybatis-Plus配置,自动填充、分页、乐观锁 | | chenxr-spring-boot3-redis | Redis缓存管理与队列 | | chenxr-spring-boot3-rabbitmq | RabbitMq死信队列 | | chenxr-spring-boot3-okhttp | OkHttp3工具类 | | chenxr-spring-boot3-websocket | 后端集成WebSocket与VUE3进行交互 | | chenxr-spring-boot3-dynamic-datasource | 动态数据源 ( 多数据源动态切换 ) | | chenxr-spring-boot3-security-jwt-redis | SpringSecurity+JWT+Redis | | chenxr-spring-boot3-aop-idempotency | 幂等性判断 | | chenxr-spring-boot3-jasypt | 配置文件加密 | | chenxr-spring-boot3-restful-encrypt | 接口加密 ( RSA+AES混合加密 ) | ## 环境 * JDK 17 * Maven latest * Spring Boot 3 * Intellij IDEA