Spring boot devtools - Static content reloading does not work in IntelliJ

后端 未结 4 980
小鲜肉
小鲜肉 2020-12-12 14:19

When building my first Spring Boot app, I discovered that I need to restart my app every time I make a change to a Javascript file in /resources/static/some-file.js

4条回答
  •  天命终不由人
    2020-12-12 15:04

    For mac users I had to press Command + Shift + A

    And restart INTELLIJ after Step1 and Step2 without which the registry option was not appearing.

提交回复
热议问题