在idea中创建web项目
Posted AlexanderTheGreat
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在idea中创建web项目相关的知识,希望对你有一定的参考价值。
首先我们新建一个Web项目:
在Idea中点击File --------->New ----------->Project
选中JavaEE下的Web Application
点击FIle-------->Settings
选择Build,Execution,Deployment------>Application Servers-------->”+”号------------->Tomcat Server然后选择TomCat路径,配置TomCat
右键点击项目,选择Open Module Settings
选择Modules ------>Dependencies---------------> “+” 号------------------->Library
此时在External Libraries中就有Tomcat可以用了
以上是关于在idea中创建web项目的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA中创建Web聚合项目(Maven多模块项目)