how to make auto reload with Spring-boot on IDEA Intellij

前端 未结 3 1336
半阙折子戏
半阙折子戏 2021-01-30 04:31

I had wrote a project base on Spring-boot,tomcat,freemarker, I run it successful, but whenever I modify some templates and java class, I must restart server or use \"reload chan

3条回答
  •  -上瘾入骨i
    2021-01-30 04:48

    For macOS

    1. Preference -> Compiler -> check BUild project on build automatically asds

    2. shift + command + A

    check compiler.automake.allow.when.app.running

    If the static files are not reloaded, press CTRL+F9 to force a reload.

提交回复
热议问题