java.io.FileNotFoundException: class path resource [classpath*:mapper/**.xml] cannot be opened because it does not exist
报这个错误,但是mapper是有创建的
有没有在配置文件中配置
mybatis: mapper-locations: classpath*:mapper/*.xml type-aliases-package: com.imooc.weixin.domain