No MyBatis mapper was found in '[com.imooc.demo.config.dao]' package. Please check your configuration.
原因是 你的程序没有找到你的mapper.xml,大概率是你配置的路径有问题。检查下下你的 application.propertities的
mapper_path=/mapper/**.xml