绑定异常,UserDao接口没有被注册到MapperRegistry中
把它注册进去即可
<!-- 每一个Mapper.xml都需要在MyBatis的核心配置文件中注册!-->
<mappers>
<mapper resource="com/guangyou/dao/UserMapper.xml"/>
</mappers>
可提供远程搭建运行服务
不会调试运行的同学,你只需打开远程,会帮你搭建调试好一切(JDK、Idea/Eclipse、MySQL、Tomcat、Maven………)