# demo-SpringBoot **Repository Path**: nathan_zhong2018/demo-SpringBoot ## Basic Information - **Project Name**: demo-SpringBoot - **Description**: SpringBoot示例代码 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2022-08-09 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) # 模块说明 项目 | 说明 ---|--- demo-SpringBoot-Cache | 缓存(含 `Redis` 缓存配置) demo-SpringBoot-Druid | `Druid` 连接池配置 demo-SpringBoot-DynamicDatasource | 多数据源 demo-SpringBoot-Elasticsearch | `ES` 搜索(仅配置与简单 `CRUD` ) demo-SpringBoot-HikariCP | `HikariCP` 连接池配置 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-ShardingJdbc | `Sharding-JDBC 4.x` 旧版本,已弃用 demo-SpringBoot-ShardingSphereJdbc | `ShardingSphere-JDBC 5.x` demo-SpringBoot-SpringMVC | `URL` 匹配规则 与 参数接收 demo-SpringBoot-SpringSession | 分布式 `Session` demo-SpringBoot-Transactional | `MySQL` 事务 demo-SpringBoot-Validation | 表单验证 demo-SpringBoot-WeixinPay | 微信支付
整合 `weixin-java-pay` 并以 `Native` 支付为例