使用IDE创建Gradle web project
程序员文章站
2022-06-07 08:26:52
...
0.前提必须保证你的IDE安装了Gradle插件
1.右键选择New-other,通过过滤器找到Gradle项目,点击Next
2.输入项目名称,选择一个模板
3.添加一个名称为webapp的sourcefolder
4.右击你的项目,选择Project Facets->Convert to faceted form...->apply
5.勾选Dynamic Web Module,注意下方的滚动条,向右拖动选择版本,点击下方的Further configuration available
6.输入src/main/webapp,并勾选Generate web.xml deployment descriptor
好了,去吧 泰罗,勇敢的创建一个index.jsp 敲上你的Hello world.
更多欢迎访问Gradle群组