我配置了多租户
是调用服务的方法,不是mapper的方法,服务是官方提供的
threw exception [Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: net.sf.jsqlparser.statement.update.Update.getTable()Lnet/sf/jsqlparser/schema/Table;] with root cause
网上的解决方法感觉不优雅
springboot报错update语句
java.lang.NoSuchMethodError: net.sf.jsqlparser.statement.update.Update.getTable()Lnet/sf/jsqlparser/
解决方法:
在 mapper接口对应的方法上添加注解:
@SqlParser(filter = true)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…