IDEA2017配置tomcat
IDEA2017配置tomcat
一、系统要求
JDK1.8、IntelliJ IDEA 2017.3.1
二、tomcat下载及安装
tomcat下载地址:https://tomcat.apache.org/download-70.cgi(或其他版本)
下载后解压到本地目录:
三、IDEA配置tomcat
进入IDEA-->Run-->Edit configurations...
进入设置界面
点击configure...设置tomcat目录,如下图:
OK!配置完毕!
编写Hello Word测试工程(任意工程,这里我编写了一个springboot的小工程),启动运行测试:
IDEA下配置tomcat完成!