application.properties里面写着mybatis.mapper-locations=classpath:mapping/*.xml,并且xml也在mapping目录下,为什么还是找不到mapper

来源:3-1 使用SpringMVC方式开发用户信息

慕圣0009220

2019-12-20 16:13

报错信息:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Dec 20 15:56:33 GMT+08:00 2019

There was an unexpected error (type=Internal Server Error, status=500).

Invalid bound statement (not found): com.miaoshaproject.service.UserService.getUserById



写回答 关注

4回答

  • weixin_慕的地6539067
    2020-03-26 16:54:52
    mybatis.mapper-locations=classpath:mapping/UserDOMapper.xml,classpath:mapping/UserPasswordDOMapper.xml


  • 慕婉清_yup
    2020-01-16 16:22:59

    楼主的问题解决的了吗?,我也出了这个问题

  • loeng
    2020-01-14 16:51:20

    http://img2.mukewang.com/5e1d80db0001aa8a06180147.jpg

    是不是少了@ResponseBody


  • 慕移动9442383
    2019-12-21 14:37:37
    mybatis.mapperLocations=classpath:mapping/*.xml

    我是这样写的,会不会你这个写法在properties中不合法呢

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49065 学习 · 954 问题

查看课程

相似问题