There was an unexpected error (type=Not Found, status=404)

There was an unexpected error (type=Not Found, status=404),第1张

There was an unexpected error (type=Not Found, status=404)

报错:

There was an unexpected error (type=Not Found, status=404)

 问题:

springboot项目启动,访问接口报错,可能时类没有被扫描

解决方法:

在application类中添加包扫描,代码如下:

@ComponentScan("com.example.*")

 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4657839.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-06
下一篇 2022-11-06

发表评论

登录后才能评论

评论列表(0条)

保存