MyBatis03(测试连接数据库crud)

目录结构: 配置文件同MyBatis02一样,只是mappers文件下的接口多了几个方法: StudentMapper: public interface StudentMapper { public int add(Student student); public int update(Student student); public int delete(Integer id); public
相关文章
相关标签/搜索