79709142

Date: 2025-07-21 13:35:08
Score: 0.5
Natty:
Report link

You’ve created a circular dependency, or you're importing a module (tms-admin) that should not expose JPA Repositories to other modules like tms-core.

Spring Boot multi-module architecture best practices discourage cross-module repository usage like this.

A good solution here could be Restructure Your Modules.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @ComponentScan
  • Low reputation (1):
Posted by: vee