Mybatis入門學習篇(二)之基於註解的增刪改查

工程環境: JDK1.8 + Mybatis3 + JUnit + Mysql  1. 在數據庫中建表 學生表: create table student(id int auto_increment primary key,name varchar(10) unique, age int); 2.  運用Mybatis Generator反向生成model,mapper 請參考Mybatis入門學
相關文章
相關標籤/搜索