idea中maven内置jetty修改
2017-06-01 本文已影响0人
a_xufeng
在pom文件中build标签下的jetty相关配置中
<httpConnector>
<port>${jetty.http.port}</port>
</httpConnector>
${jetty.http.port}修改为需要的端口号即可
在pom文件中build标签下的jetty相关配置中
<httpConnector>
<port>${jetty.http.port}</port>
</httpConnector>
${jetty.http.port}修改为需要的端口号即可