IDEA中新建maven项目,但没有webapp文件怎么办?

1.项目右键—>Add Framework Support…
IDEA中新建maven项目,但没有webapp文件怎么办?
2.勾选Web Application(4.0)—>点击ok
IDEA中新建maven项目,但没有webapp文件怎么办?
3.点击web目录拖拉到src目录下(即要与main和test平级)
IDEA中新建maven项目,但没有webapp文件怎么办?
4.点击RefatorIDEA中新建maven项目,但没有webapp文件怎么办?
5.web目录右击—>Refactor—>Rename
IDEA中新建maven项目,但没有webapp文件怎么办?
6.将web改成webapp—>Refactor
IDEA中新建maven项目,但没有webapp文件怎么办?
7.修改成功,效果如下
IDEA中新建maven项目,但没有webapp文件怎么办?

上一篇:centos监控系统主进程


下一篇:创建一个有Java,resource,webapp 的maven 项目