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've added springdoc-openapi-data-rest dependency (v1.3.2) to my project based on spring boot 2.2.6.RELEASE and hateoas relation in response are changed from: { "_embedded" : { "entityNameList" : [ {...}] }
to: { "_embedded" : { "entityName" : [ {...}] }