org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.springboot_mybatisdemo.dao.TblUserMapper.selectByNameAndPass
解决方法:application.properties中添加
#必须添加
#mapper-locations是你mybatis的xml地址
mybatis.mapper-locations=classpath:static/*.xml