标签:规则 signature tor sign 错误 apache executor exce except
此错误是由于版本造成的,如果使用mybatis3.4版本以上,配置拦截器规则应增加Intger
@Intercepts({ @Signature( type= StatementHandler.class, method = "prepare", args = {Connection.class,Integer.class} ) })
标签:规则 signature tor sign 错误 apache executor exce except
原文地址:http://www.cnblogs.com/codespirit/p/6060067.html