springboot2.x整合shardingjdbc3.x 查询数据时出现问题?

错误:

 c.b.i.core.mp.plugins.SqlLogInterceptor  : There is no getter for property named 'stmt' in 'class io.shardingsphere.shardingjdbc.jdbc.core.statement.MasterSlavePreparedStatement'

 

查询的数据属性并没有 stmt 这个属性,但是一直报这个错

没有属性这边我们推荐你可以增加下相关的属性,这样程序还是可以有一个比较完善的改进的