ming-soft / MCMS

完整开源!Java快速开发平台!基于Spring、SpringMVC、Mybatis架构,MStore提供更多好用的插件与模板(文章、商城、微信、论坛、会员、评论、支付、积分、工作流、任务调度等,同时提供上百套免费模板任意选择),价值源自分享!铭飞系统不仅一套简单好用的开源系统、更是一整套优质的开源生态内容体系。铭飞的使命就是降低开发成本提高开发效率,提供全方位的企业级开发解决方案,每月28定期更新版本
http://www.mingsoft.net
MIT License
1.49k stars 662 forks source link

[建议]关于README的改进 / fix README typo #55

Closed rudongsu closed 1 year ago

rudongsu commented 3 years ago

技术选型 - 后端框架 myBatis is NOT an ORM - it is simply a persistence layer that maps SQL queries to Java methods. ORM in Java (e.g. Hibernate) maps Java instances to the actual database table rows.
For comparisons refer to Hibernate vs myBatis.