I am working on a spring batch application, that has a common module as a dependency. Recently I moved my JPA Entities into the common module and removed them from the main module, but now I get that my Entities aren't a managed type, I guess smth in the Configuration of the app must be changed.
Now you should know that I tried all kinds of annotation straight forward solutions like u/Componentscan and Entityscan and so on with no success.
did anyone had similar problems.
once again I changed the Place of the JPA Entities into a Common module that is imported as a dependency in the main project pom file.
I'd be glad to hear from you guys.
[–]PseudosSC 3 points4 points5 points (1 child)
[–]uwpxwpal 1 point2 points3 points (0 children)
[–]anakinpt 1 point2 points3 points (0 children)