(3)jetty热部署
2017-05-19 本文已影响0人
maomizone
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.8.v20150217</version>
<configuration>
<httpConnector>
<port>8081</port>
</httpConnector>
<stopKey>shutdown</stopKey>
<stopPort>9966</stopPort>
<scanIntervalSeconds>2</scanIntervalSeconds>
</configuration>
</plugin>