
mybatis
老帅哥23333
这个作者很懒,什么都没留下…
展开
-
JDBC requires that the JdbcType must be specified for all nullable parameters.
异常: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: JDBC requires that the JdbcType must be specified for all nullable parameters. 此种异常产生的原因是原创 2015-04-29 14:09:55 · 13237 阅读 · 0 评论 -
mybatis 异常: JDBC requires that the JdbcType must be specified for all nullable parameters.
异常: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: JDBC requires that the JdbcType must be specified for all nullable parameters. 此种情况 由于原创 2015-04-29 14:19:55 · 25855 阅读 · 0 评论 -
mybatis 项目中的高效有用的 log4j 配置
log4j.rootLogger=debug,stdout log4j.appender.logfile=org.apache.log4j.RollingFileAppender log4j.appender.logfile.File=/tmp/log/app-pahaoche-jc.log log4j.appender.logfile.MaxFileSize=50MB # Keep ...原创 2015-06-19 16:21:09 · 200 阅读 · 0 评论 -
Mybatis中javaType和jdbcType对应关系
转自: ysj5125094.iteye.com/blog/2185024 MyBatis 通过包含的jdbcType类型 BIT FLOAT CHAR TIMESTAMP OTHER UNDEFINEDTINYINT REAL VARCHAR BINARY ...原创 2015-09-17 17:51:58 · 229 阅读 · 0 评论