文章分类 - Mybatis
摘要:转自http://www.cnblogs.com/juforg/p/3598541.html ${finalWarName} compile src/main/resources true ...
阅读全文
摘要:转自:http://zhenghuazhi.iteye.com/blog/1468992页面输入:男,数据库保存male,女,数据库保存为female。使用interceptor,typeHandlerpackage cn.dcr.mybatis.util;import java.util.Properties;import org.apache.ibatis.executor.Executor;import org.apache.ibatis.mapping.MappedStatement;import org.apache.ibatis.plugin.Interceptor;import
阅读全文