mybatis-plus 和mybatis-plus-boot-start有什么区别
时间: 2023-10-13 13:11:32 浏览: 199
MyBatis-Plus 如何单元测试的实现
3星 · 编辑精心推荐
MyBatis-Plus 是 MyBatis 的增强工具包,它可以简化 MyBatis 的开发,提供了许多实用的功能和工具类。而 MyBatis-Plus-Boot-Starter 是 MyBatis-Plus 在 Spring Boot 中的集成,它提供了在 Spring Boot 项目中快速集成 MyBatis-Plus 的功能。
具体来说,MyBatis-Plus 提供了许多实用的功能,比如分页插件、自动填充、性能分析插件、代码生成器等等,而 MyBatis-Plus-Boot-Starter 则是将这些功能集成到 Spring Boot 中,使得在 Spring Boot 项目中使用 MyBatis-Plus 更加方便快捷。
总的来说,MyBatis-Plus 是一个独立的工具包,可以在任何项目中使用,而 MyBatis-Plus-Boot-Starter 则是针对 Spring Boot 项目的集成。
阅读全文