本文介绍了ibatis和mybatis之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

iBatis和myBatis有什么区别?我在哪里可以找到一个完美的例子?请提出建议.我浏览了Google,找不到与此问题相关的任何链接.

What is the difference between iBatis and myBatis? Where can i find a perfect example of those ? Please suggest. I went through Google and could not find any links for this question.

推荐答案

MyBatis是iBATIS的分支,根据Wikipedia的介绍,大多数iBATIS的开发人员也转移到了MyBatis. iBATIS项目当前被标记为不活动",因此您应该将MyBatis用于新项目,并且仅在维护已使用iBATIS的现有项目时才使用iBATIS.

MyBatis is a fork from iBATIS, and according to Wikipedia most of iBATIS' developers moved over to MyBatis too. The iBATIS project is currently marked as Inactive, therefore you should go with MyBatis for new projects and only use iBATIS if you're maintaining an existing project which already uses iBATIS.

http://en.wikipedia.org/wiki/MyBatis

http://en.wikipedia.org/wiki/IBATIS

这篇关于ibatis和mybatis之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 16:25