add stop wait to spring pom (#670)

This commit is contained in:
William Cheng
2018-07-27 23:41:31 +08:00
committed by GitHub
parent c7953ac137
commit b33f1f945b
4 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
<stopPort>8079</stopPort>
<stopKey>stopit</stopKey>
<stopWait>10</stopWait>
<httpConnector>
<port>8002</port>
<idleTimeout>60000</idleTimeout>