天天看点

intellij三种部署tomcat的方式

intellij部署项目到tomcat一般由3种常用方式

第一种方式是使用:本地tomcat

  1. 设置本地tomcat,选择部署项目
    intellij三种部署tomcat的方式
  2. 设置tomcat更新规则
    intellij三种部署tomcat的方式

第二种方式是meven配置tomcat插件

  1. meven的pom文件中配置tomcat插件
  2. 设置tomcat插件
    intellij三种部署tomcat的方式

第三种方式是:本地tomcat+JRebel插件 热部署

  1. 安装JRebel插件
    intellij三种部署tomcat的方式
  2. 重启IDEA
    intellij三种部署tomcat的方式
  3. 生成JRebel按钮和设置选项
    intellij三种部署tomcat的方式
  4. 设置tomcat更新规则
    intellij三种部署tomcat的方式