网上配置问题就不说了
application.properties配置
说下自己的情况
在impl中引用了xxx.mapper 但是没有这个包 @Resource就是注入进来 你要查看 这个类有没有被注入进来
这里注释掉 启动就ok了

网上配置问题就不说了
application.properties配置
说下自己的情况
在impl中引用了xxx.mapper 但是没有这个包 @Resource就是注入进来 你要查看 这个类有没有被注入进来
这里注释掉 启动就ok了
上一篇 Java OSSException: The difference between the request time and the current time is too large问题解决