摘要: 2.1 CURD 在Dao接口中增加方法 int insert(User user); int deleteById(@Param("id") int id); int update(User user); User selectById(@Param("id") int id); 在映射文件中增加 阅读全文
posted @ 2022-03-06 18:06 无涯子wyz 阅读(50) 评论(0) 推荐(0)
摘要: 1.1 MyBatis简单介绍 MyBatis本是apache的一个开源项目iBatis,2010年这个项目由apache software foundation迁移到了google code,并且改名为MyBatis。2013年11月迁移到Github。 iBATIS一词来源于“internet” 阅读全文
posted @ 2022-03-06 17:26 无涯子wyz 阅读(573) 评论(0) 推荐(0)