I am not familiar with Xrebel much. I did an integration with Spring boot application (including web service) and worked well. Now I separated the application into a Spring boot API service, and 2 web services which are written by React and call the api server. How can I integrate Xrebel into my Spring boot API service?
Thanks