"spring devtools triggers restart when changing excluded files" Code Answer
4
the solution to my main problem might be relatively easy.
i've added the webapp folder as source folder in eclipse. as soon as i've removed the folder from the list of source folders, the reload was no longer triggered when i changed something in the xhtml files.
this answer gave me the idea, that the source folder might be the problem.
the solution to my main problem might be relatively easy.
i've added the
webapp
folder assource folder
in eclipse. as soon as i've removed the folder from the list of source folders, the reload was no longer triggered when i changed something in thexhtml
files.this answer gave me the idea, that the source folder might be the problem.