yyc宸
2018-12-29 15:23
代码可以生成,但是进入网页之后报这个错
楼主解决了吗?有人来回答一下吗?代码:https://github.com/shawbs/miaosha-demo
先看看你的启动类上@MapperScan这个注解扫描的路径是不是你mapper接口所在的路径。
把 mybatis.mapper-locations=classpath:mapping/*.xml 改成 mybatis.mapper-locations=classpath:mappers/*.xml
老师的application.properties 写的是
mybatis.mapper-locations=classpath:mapper/*.xml
但是mapper的实际目录是
mybatis.mapper-locations=classpath:mapping/*.xml
这个个地方路径不对
我也有相同的问题,借地发一张截图。。
路径错了。。。。。。
SpringBoot构建电商基础秒杀项目
49020 学习 · 954 问题
相似问题