I have a SpringBoot application with web enabled, so i have my html pages files on /src/main/resources/static.
But i have to restart the application everytime in order to see the changes i make on any file on that path and that's a waste of time, does anybody knows a "fix" to this problem?
Thanks..!