79185573

Date: 2024-11-13 15:31:11
Score: 2.5
Natty:
Report link

To give a precise answer, you'd need to provide the relevant source code (which I would have told you in a comment, if Stackoverflow would allow me to write a comment with my current level of reputation...).

From what I can see from the stacktrace, you have a class Controller that has a reference to a Service which has a reference to Repository, which seams to be dealing with Persons and is complaining that br.com.example.spring_boot_and_kotlin.model.Person is not a managed type.

I guess it is missing an @Entity annotation or something like that, but as said, a precise answer would require the relevant source code.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tonypsilon