Return a large amount of data in Json, when using Spring Data Rest

  Kiến thức lập trình

I am using spring data rest in my project, but now I have a problem where when reading an entity by id I get back a huge amount of data on 26000+ rows in json. I am using projection to define the data. What could be the problem?

New contributor

Vladimir Z. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT