Javithor360 / nexus-workshop

A simple but beloved Java project using Spring Boot
GNU General Public License v3.0
2 stars 1 forks source link

Resolve the recursive initialization of data #27

Closed MatMT closed 1 month ago

MatMT commented 1 month ago

For relational data between User and Activity

MatMT commented 1 month ago

Image

Javithor360 commented 1 month ago

The problem has been handled and it's related on the way we manage external relations.

Those relations with other tables shouldn't be directly injected on the entity, they should be handled individually on the entity service.