fix port in pom.xml

This commit is contained in:
William Cheng 2020-04-21 15:59:39 +08:00
parent f80a5b3e64
commit 98ea048d46

View File

@ -47,7 +47,7 @@
<stopKey>stopit</stopKey> <stopKey>stopit</stopKey>
<stopWait>10</stopWait> <stopWait>10</stopWait>
<httpConnector> <httpConnector>
<port>80</port> <port>8080</port>
<idleTimeout>60000</idleTimeout> <idleTimeout>60000</idleTimeout>
</httpConnector> </httpConnector>
</configuration> </configuration>