You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our the project's microservices we currently do not separate controllers, service and repositories into functional layers, they are split by technical principles.
Refactor the code into functional modules within each micro-service. Remove controllers, service and repository packages / folders.
Use ArchUnit to capture controller depending only on service and service only on repositories.
The text was updated successfully, but these errors were encountered:
In our the project's microservices we currently do not separate controllers, service and repositories into functional layers, they are split by technical principles.
Refactor the code into functional modules within each micro-service. Remove controllers, service and repository packages / folders.
Use ArchUnit to capture controller depending only on service and service only on repositories.
The text was updated successfully, but these errors were encountered: