随笔分类 -  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-config.xml: applications.properties: context.xml(JNDI配置数据源): UserMapper.xml: 阅读全文
posted @ 2017-05-08 22:37 Piers 阅读(1058) 评论(0) 推荐(0)