
mybatis
世事如棋__2016
学习笔记
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于 Parameter 'eName' not found. Available parameters are [0, 1, param1, param2]
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'eName' not found. Available parameters are [0, 1, param1, param2] 当使用mybatis框原创 2017-02-21 00:12:22 · 8907 阅读 · 0 评论 -
maven+Spring+SpringMVC+Mybatis 整合 xml配置
Spring springMVC Mybatis 基于maven的配置: pom.xml依赖配置: value。 --> 4.3.4.RELEASE 3.4.1 junit junit 4.12 test org.slf4j slf4j-api 1.7.12原创 2017-02-22 12:37:11 · 494 阅读 · 0 评论