需要安装tomcat插件
file——settings——plugins——
marketplace中搜索tomcat,找到第一个smart tomcat,点击右侧install安装
创建项目File -> new ->maven
进入到maven中,勾选“Create from archetype”,图片如下,然后找到”在下面选择“
org.apache.maven.archetypes:maven-archetype-webapp",注意它
的描述是“A simple Java web application”,
等下载完资源、创建完成,创建的项目有src/main/webapp/目录,目录中有WEB-INF和index.jsp
运行点击右上角Run/Debug Configurations,点击加号找Smart Tomcat,Configuration中的Configuration按钮,点击加号添加Tomcat目录,确定后回到原窗口中选择新加的Tomcat
Deployment Directory选择项目的src/main/webapp
确定后运行,即可启动