摘要:
mybatis简单的增删改查 运用到mybatis入门知识:https://www.cnblogs.com/luoxiao1104/p/14865100.html select语句 id : 就是对应的namespace中的方法名; resultType:Sql语句执行的返回值! parameter 阅读全文
摘要:
mybatis入门 mybatis的使用 mybatis中文文档:https://mybatis.org/mybatis-3/zh/index.html 如果使用 Maven 来构建项目,则需将下面的依赖代码置于 pom.xml 文件中: <dependency> <groupId>org.myba 阅读全文