MyBatis03(測試連接數據庫crud)

目錄結構: 配置文件同MyBatis02一樣,只是mappers文件下的接口多了幾個方法: StudentMapper: public interface StudentMapper { public int add(Student student); public int update(Student student); public int delete(Integer id); public
相關文章
相關標籤/搜索