bug错误提示:
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.channel.misserver.module.sys.dao.SysUserDao.queryByUserNam
解决方式:
# Mybatis配置
mybatis:
mapperLocations: classpath:mapper/**/*.xml
configLocation: classpath:mybatis.xml
springboot 中ibatis.binding.BindingException
最新推荐文章于 2025-04-17 14:59:39 发布