MyBatis官方仓库
本文更新日期:2022年6月6日
MyBatis框架的GitHub地址
MyBatis框架的官方GitHub地址为:https://github.com/mybatis
MyBatis3.x版本的GitHub地址
https://github.com/mybatis/mybatis-3
在官方 GitHub 中可以看到MyBatis的多个子项目,如下所示:
1、MyBatis 代码生成器
https://github.com/mybatis/generator
说明:利用代码生成器,可以生成一些常见的基本方法,提高工作效率。
2、MyBatis 缓存实现1
https://github.com/mybatis/ehcache-cache
说明:默认集成 Ehcache 的缓存实现。
3、MyBatis 缓存实现2
https://github.com/mybatis/redis-cache
说明:默认集成 Redis 的缓存实现。
4、MyBatis与Spring的集成工具
https://github.com/mybatis/spring
说明:方便和Spring 集成的工具类。
5、MyBatis与Spring Boot的集成工具
https://github.com/mybatis/mybatis-spring-boot
说明:方便和Spring Boot集成的工具类。
除此之外,还有大量和其他项目集成的子项目,如果有需要,大家可以在学习之余自学其他相关的技术。
亲,你可以把mybatis的源码压缩文件发我邮箱吗?我这边在官网上下载没有响应,怎么也下不下来,谢谢!!!
已经与你联系,先确认一下你需要哪个版本的源码。请及时回复。
3.4.4版本的亲 谢谢了