随笔分类 - MyBatis
摘要:mybatis绑定错误-- Invalid bound statement (not found) 一、问题描述 使用mybatis的项目在本地可以正常运行,但当使用maven或Jenkins打包部署到远程服务器上时出现了绑定错误,异常信息为: org.apache.ibatis.binding.B
阅读全文
摘要:分为三层: DAO层:负责与数据源进行交互 Service:业务处理层,也可称为服务层,对上层提供统一接口的服务。 Controller: 控制器层,负责处理来自客户端的请求。 通用配置: db.properties 数据库配置 jdbc.driver=com.mysql.jdbc.Driver j
阅读全文
摘要:insert into user (username, sex, birthday, address) values (#{username}, #{sex}, #{birthday}, #{address}) delete from user where id = #{id} update user set name= ...
阅读全文
摘要:深入理解MyBatis原理
阅读全文
摘要:Mybatis3源码分析(01)-前期准备
阅读全文
摘要:Java Persistence with MyBatis 3(中文版)
阅读全文

浙公网安备 33010602011771号