GitHub / chenping-1993 / springmvc-mybatis
本项目集成了mybatis的三种实现方式 1、通过配置xml的方式操作数据 2、通过继承mapper接口操作数据,mapper接口操作数据有多种方式,如 tk.mybatis、mybatis-plus,本项目使用mybatis-plus 3、通过注解方式操作数据,例如使用 @SelectProvider注解动态拼装sql查询数据,适用于复杂的sql查询
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenping-1993%2Fspringmvc-mybatis
Stars: 1
Forks: 1
Open issues: 2
License: None
Language: Java
Size: 32.2 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: about 4 years ago
Pushed at: almost 3 years ago
Last synced at: over 2 years ago
Topics: ibatis-sql, mybatis, mybatis-plus