Relative Content

Tag Archive for javamysqlspring-bootjpamany-to-many

i want to know why my controller give nested response

In Spirngboot, I have use JpaRepository when i get any of the record from one table its associated with another table record, in this case i got recursive data.
example i have two tables(jobs and company), jobs have company field at entity, company have jobs field Set at company entity.