org.apache.ibatis.exceptions.PersistenceException: Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: Statement returned more than one row, where no more than one was expected.The error may exist in com/bigdata/mapper/UserMapper.xmlThe error may involve com.bigdata.mapp...
org.apache.ibatis.exceptions.PersistenceException: Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.bigdata.mapper.UserMapper.findById The error may exist in com/bigdata/mapper/OrderMapper.xml The error may involve com...
在idea创建maven工程,运行程序时报错Error:java:error:release version 5 not supportedError:java:Source option 5 is no longer supported.Use 6 or later出现上述两个问题都是某个地方配置的时候版本选错了. 按照下述步骤一一 排查即可