已采纳回答 / 零之Louis
Failed to parse config resource: class path resource [mybatis-config.xml]The setting useColumnLable is not known Make sure you spelled it correctly好像说的是你mybatis-config.xml的useColumnLable拼错了应该是useColumnLabel
2016-08-19
已采纳回答 / Tiamo012
输出一下 seckillDao 看看有没有注入 SeckillDao这个接口的实现类代理类若是null的话 看看 spring 配置文件中 basePackage 这个属性和 mapperLocations 是不是对的
2016-07-05