Spring Devtools triggers restart when changing excluded files

前端 未结 2 413
花落未央
花落未央 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:22

    My exclude also did not work. What I did as a workaround is slowing the reload down like this:

      poll-interval: 6000
      quiet-period: 5000
    

提交回复
热议问题