I followed this link to deploy my application into local docker directly and debug it. I was able to deploy and debug but auto reload was not working for me Can you help me with auto reload for dockers using spring dev tools
The reason I am interested in doing it this way because my application talks to 5 different services and running them individually might be little difficult. So will be hosting them individually on the docker.
My trouble here is as of now I have to kill the container, then remove it and then add the new one back and I have to do this each time I change something
I am using Spring Boot 1.4 | IntelliJ | Docker and spring dev tools