How to get JSON response after ajax method POST – Jquery ajax
I make a post request to my rest controller and as a result I want to get information about the error in case of incorrect data. Error information is generated in @RestControllerAdvice. Here is my advice class: @RestControllerAdvice public class…