会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Piers
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
Mybatis
MyBatis 问题 & 解决
摘要:# 问题 Invalid bound statement (not found) # 解决 <mappers> 标签的包括的是 SQL 语句存在的地方,此外 <mapper> 的 namespace 属性一定要具体到类而不是包,比如是 per.piers.onlineJudge.mapper.Use
阅读全文
posted @
2017-05-08 22:46
Piers
阅读(203)
评论(0)
推荐(0)
MyBatis 模板
摘要:mybatis-config.xml: applications.properties: context.xml(JNDI配置数据源): UserMapper.xml:
阅读全文
posted @
2017-05-08 22:37
Piers
阅读(1058)
评论(0)
推荐(0)
公告