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

前端 未结 3 1343
半阙折子戏
半阙折子戏 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条回答
  •  暖寄归人
    2021-01-30 04:48

    CTRL+F9 to make project with debugging. The idea is to make the project automatically work while not running or debugging!

    Setting->Build->Compiler->check Make project automatically.

提交回复
热议问题