idea调教4 ——热部署

Posted zuti666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea调教4 ——热部署相关的知识,希望对你有一定的参考价值。

idea调教4 ——热部署



1.在pom加入compiler插件

	<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.1</version>
         <configuration>
                <source>1.8</source>
                <target>1.8</target>
         </configuration>
     </plugin>

2.开启Java Comiler的自动build

技术图片

3.设置Registry

按住 crtl + shift +a 搜索registry ,enter进入设置

技术图片

勾选

技术图片

设置tomcat

技术图片

在debug模式下启动tomcat

以上是关于idea调教4 ——热部署的主要内容,如果未能解决你的问题,请参考以下文章

Intellij IDEA 4种配置热部署的方法

Intellij IDEA 4种配置热部署的方法

Intellij IDEA 4种配置热部署的方法

idea内springboot项目设置热部署

idea gradle 热部署

IDEA热部署