IDEA开始JSP热部署

IDEA 开启 JSP 文件热部署

1、tomcat 设置

  • tomcat 配置的 Deployment 中选择添加 Artifact

  • 添加后的的 是 war exploded IDEA开始JSP热部署

  • 设置 on update actionon frame deactivation 都为 Update classes and resources

IDEA开始JSP热部署

  • 点击 Apply -> ok

2、更改设置

  • 查找 Compiler 勾选 Build project automaticallyIDEA开始JSP热部署

3、更改 registry

  • 在任意位置 点击两次 shift ,输入 registry

    IDEA开始JSP热部署

  • 勾选 compiler.automake.allow.when.app.running , 点击 close

    IDEA开始JSP热部署

IDEA开始JSP热部署

上一篇:深入了解PHP的生成器


下一篇:CSS 清除浮动的方法