<plugins>
<!-- jetty插件 -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<!--<version>9.0.0.v20130308</version>-->
<version>9.2.7.v20150116</version>
<configuration>
<scanIntervalSeconds>3</scanIntervalSeconds>
<webApp>
<contextPath>/</contextPath>
</webApp>
<httpConnector>
<port>2224</port>
</httpConnector>
<reload>automatic</reload>
</configuration>
</plugin>
</plugins>

相关文章:

  • 2021-08-12
  • 2022-12-23
  • 2021-11-07
  • 2022-02-11
  • 2022-12-23
  • 2021-12-10
  • 2021-07-15
猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2022-01-06
  • 2021-08-05
  • 2022-01-12
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案