mybatis學習:十

在mybatis中使用註解 1.定義接口,在接口上加入註解java public interface IStudentDao { @Insert("insert into student values(default,#{name},#{phone})") public int addStudent(Student student); @Delete("delete f
相關文章
相關標籤/搜索