# demo-SpringBoot2 **Repository Path**: Max-Qiu/demo-SpringBoot2 ## Basic Information - **Project Name**: demo-SpringBoot2 - **Description**: SpringBoot2.x整合各种第三方组件的示例代码 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 7 - **Created**: 2021-04-13 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot ## README > `SpringBoot 2.x` 已于 2023-11-24 [停止维护](https://spring.io/projects/spring-boot#support),因此本项目暂停更新 # SpringBoot 示例代码 - GitHub:[https://github.com/Max-Qiu/demo-SpringBoot](https://github.com/Max-Qiu/demo-SpringBoot) - Gitee:[https://gitee.com/Max-Qiu/demo-SpringBoot](https://gitee.com/Max-Qiu/demo-SpringBoot) # 模块说明 项目 | 说明 ---|--- custom-spring-boot-starter | 自定义启动器 demo-SpringBoot-Cache | 缓存(含 `Redis` 缓存配置) demo-SpringBoot-Druid | `Druid` 连接池配置 demo-SpringBoot-DynamicDatasource | 多数据源 demo-SpringBoot-Elasticsearch | `ES` 搜索(仅配置与简单 `CRUD` ) demo-SpringBoot-HikariCP | `HikariCP` 连接池配置 demo-SpringBoot-JPA | `JPA` 示例 demo-SpringBoot-JUnit5 | 单元测试 demo-SpringBoot-Log | 日志 demo-SpringBoot-Mail | 邮件发送 demo-SpringBoot-MybatisPlus | `MybatisPlus CRUD` demo-SpringBoot-RabbitMQ | `RabbitMQ` 各种模式示例代码 demo-SpringBoot-Redis | `Redis CRUD` demo-SpringBoot-Retry | 自动重试 demo-SpringBoot-ShardingSphereJdbc | `ShardingSphere-JDBC` demo-SpringBoot-SpringMVC | `URL` 匹配规则 与 参数接收 demo-SpringBoot-SpringSecurity | 安全框架 `SpringSecurity` demo-SpringBoot-SpringSession | 分布式 `Session` demo-SpringBoot-Transactional | `MySQL` 事务 demo-SpringBoot-Validation | 表单验证 demo-SpringBoot-WeixinPay | 微信支付
整合 `weixin-java-pay` 并以 `Native` 支付为例