We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcf13a9 + 4a49e2d commit 0276698Copy full SHA for 0276698
1 file changed
Gradle_Gretty/README.md
@@ -31,7 +31,7 @@ gradle jetty* / gradle tomcat*
31
// serlvetContainer 支持 jetty7/8/9,tomcat7/8
32
// contextPath 设置根路径,默认为项目名称
33
port = 8080
34
- serlvetContainer = 'tomcat8'
+ servletContainer = 'tomcat8'
35
contextPath = '/'
36
}
37
@@ -93,4 +93,4 @@ gradle buildProduct
93
94
项目启动,修改项目文件,自动编译部署
95
96
-
+
0 commit comments