1
Hello,
I am developing a REST web service that queries Apache Solr data. I am using Spring boot + data with Solr repositories. I don’t know how to connect the service layers, respository and controller.
I have the following structure:
Controller
Repository
Service
A class that represents the configuration
Logs
How the controller can access the service layer ?
Thank you.