An open API service indexing awesome lists of open source software.

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

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 ,实现快速测试