Hi, I am learning to work with docker in intelijidea when developing springboot web app.
I can now containerise my app a run it in docker, but if i want to have "hot reload" in container or ability to debug in container, it will take a lot more complicated set-up.
My question is. What most developers do ? You develope localy (classic maven tomcat server) and from time to time you check app in docker container ?
Or you go the way that you develope whole time in container ?
Thanks for info