Spring Devtools triggers restart when changing excluded files

前端 未结 2 478
花落未央
花落未央 2021-01-24 23:46

I have a Spring Boot Web Project that uses Joinfaces and Primefaces. The application extends from SpringBootServletInitializer and also ge

2条回答
  •  粉色の甜心
    2021-01-25 00:15

    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.

提交回复
热议问题