我不能覆盖RESTapi中默认的spring启动错误响应。def result = new ResponseEntity<>(vo, HttpStatus.UNPROCESSABLE_ENTITY);然后在我的RESTapi中,我抛出了这个BusinessValidationException。这个处理程序被调用(我可以在调试器中看到它
我有使用Angular 8和SpringBootRESTApi的客户端应用程序: public resourceUrl = SERVER_API_URL + 'services/uaa-nghiapt/api/register-orders'; * This method call rest server for u