Package metricapp.service Description
This package includes controllers, repository and every interface needed to use Spring Dependency Of Injection.
- controller
- Controller package contains logic and business controllers
- repository
- Repository package contains direct implementation of repositories. Spring Data provides us the repositories for MongoDB automatically,
so this package includes only bus repositories.
- spec
- Spec package contains interfaces needed to use services in Spring