You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have SpringBootApplication. For customer request, I changed some field names in my Java Class.
However, when I executed REST API with Postman, I saw that JSON response is more different to my Java Class fields.
I do not khow how to change these values, and it is stopper for my implementation and adjustments project.