Mapped Statements collection does not contain value for
前傾概要:在測試Springabtch分區的過程中,我在本地使用mybatis-plus的時候出現了下面的問題:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for org.example.mapper.contextMapper.queryAll
### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for org.example.mapper.contextMapper.queryAll
ps:打印日志SQL配置:
mybatis-plus.configuration.log-impl = org.apache.ibatis.logging.stdout.StdOutImpl
1. 問題的原因也很簡單,就是我的querid沒有找到,但是我看了配置都沒問題:


2.
問題還是沒有解決

浙公網安備 33010602011771號