Skip to content

Commit

Permalink
Merge pull request scalad#1 from kiruto/patch-1
Browse files Browse the repository at this point in the history
修正一处拼写错误
  • Loading branch information
scalad authored Jul 16, 2017
2 parents bcf13a9 + 4a49e2d commit 0276698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gradle_Gretty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gradle jetty* / gradle tomcat*
// serlvetContainer 支持 jetty7/8/9,tomcat7/8
// contextPath 设置根路径,默认为项目名称
port = 8080
serlvetContainer = 'tomcat8'
servletContainer = 'tomcat8'
contextPath = '/'
}

Expand Down Expand Up @@ -93,4 +93,4 @@ gradle buildProduct

项目启动,修改项目文件,自动编译部署

![](https://github.com/silence940109/Java/blob/master/Gradle_Gretty/image/1.png)
![](https://github.com/silence940109/Java/blob/master/Gradle_Gretty/image/1.png)

0 comments on commit 0276698

Please sign in to comment.