此错误是由于版本造成的,如果使用mybatis3.4版本以上,配置拦截器规则应增加Intger
@Intercepts({ @Signature( type= StatementHandler.class, method = "prepare", args = {Connection.class,Integer.class} ) })
时间: 2024-10-22 03:51:53
此错误是由于版本造成的,如果使用mybatis3.4版本以上,配置拦截器规则应增加Intger
@Intercepts({ @Signature( type= StatementHandler.class, method = "prepare", args = {Connection.class,Integer.class} ) })