https://github.com/mybatis-flex/mybatis-flex-samples
Mybatis-Flex Samples
https://github.com/mybatis-flex/mybatis-flex-samples
Last synced: 4 months ago
JSON representation
Mybatis-Flex Samples
- Host: GitHub
- URL: https://github.com/mybatis-flex/mybatis-flex-samples
- Owner: mybatis-flex
- License: apache-2.0
- Created: 2023-08-09T04:37:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T08:56:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T23:35:18.774Z (5 months ago)
- Language: Java
- Size: 123 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Mybatis-Flex 示例代码
示例代码中,可能并不是最新的 Mybatis-Flex 版本依赖,使用时,请注意升级到最新 Mybatis-Flex 版本,若发现有
bug,请到 https://gitee.com/mybatis-flex/mybatis-flex/issues 提问讨论。官网: https://mybatis-flex.com
## 模块说明
- mybatis-flex-native:无 Spring 的情况
- mybatis-flex-spring:只有 Spring,无 SpringBoot
- mybatis-flex-springboot:SpringBoot v2.x + druid 数据源
- mybatis-flex-springboot3:SpringBoot v3.x + HikariCP 数据源
- mybatis-flex-mysql8-springboot2:SpringBoot v2.x + HikariCP 数据源 + Test Container ,实现快速测试