如何在Spring Boot中发送非标准http状态代码
我需要从我的休息控制器发送一个非标准 http 状态代码 (468)。这个要根据条件而定。如果一切顺利,我将返回ResponseEntity.ok()。我尝试了ResponseEntity.status(468).build(),但我得到[468]没有匹配常量。
我尝试了多种方法来修改响应,但没有任何效果。尝试修改控制器建议的响应,尝试使用拦截器和过滤器。任何帮助将不胜感激。
I need to send a non standard http status code (468) from my rest controller. This should be based on conditions. If all goes well, I will return ResponseEntity.ok(). I tried ResponseEntity.status(468).build(), but I am getting No matching constant for [468].
I tried several ways to modify the response, but nothing works. Tried to modify the response from controller advice, tried with interceptors and also with filter. Any help will be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论