Commit 86fc3d31 authored by Liang Ding's avatar Liang Ding

🔧 mvn jetty 默认上下文路径为 ROOT

parent b700016d
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
<stopKey>stop</stopKey> <stopKey>stop</stopKey>
<stopPort>4501</stopPort> <stopPort>4501</stopPort>
<webAppConfig> <webAppConfig>
<contextPath>/solo</contextPath> <contextPath>/</contextPath>
</webAppConfig> </webAppConfig>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment