在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}修改为需要的端口号即可
本文标题:idea中maven内置jetty修改
本文链接:https://www.haomeiwen.com/subject/tayefxtx.html
网友评论