Hello,
I'm developing a REST web service that queries data from Apache Solr. I'm using Spring boot + date with Solr repositories. I do not know how to interconnect the service, repository, and controller layers.
I have the following structure:
Controller
Repository
Service
Aclassrepresentingtheconfiguration
Logs
How can the controller access the service layer?
Thank you.