Spring Boot triggers full restart instead of reload on changes over static files

前端 未结 2 2003
一生所求
一生所求 2021-01-24 05:53

In my Spring Boot project I have the following structure:

- src
  - main
    - java
    - resources
      - static
        - css
        - js
        - img
    -         


        
2条回答
  •  旧巷少年郎
    2021-01-24 06:13

    Did you also read the chapter for the "LiveReload"? You'll need to make sure that your LiveReload Server is started from the SpringBoot-Devtools. You can also use the browser plugin from LiveReload.com. Or you could use the Plugin from the Chrome Web Store. See Chapter LiveReload for more details.

提交回复
热议问题