春季启动时出现白标签错误页面(type=Bad Request, status=400)



我在8080端口的本地机器上运行Spring Boot应用程序。应用程序启动成功,我可以通过Postman进行测试。但是当我试图从浏览器访问它时,它给了我一个白标签错误页面。

我在控制器中的请求映射是:

@RequestMapping(value = "/billing-file-generation",
produces = {"application/json"},
method = RequestMethod.GET) 

另外,我尝试用Errorhandlercontroller处理它,无法解决问题或对问题有任何了解,相反,我可以自定义错误信息,而不是白标签错误页面。

知道为什么会这样吗?我在下图中附上了错误

白标签错误页

试试这个,

http://localhost:8080/usb/v1/billing-file-generation

代替
http://localhost:8080/usb/v1/billing-file

相关内容

  • 没有找到相关文章

最新更新