課程
/后端開發(fā)
/Java
/Spring MVC起步
mvn jetty:run 運(yùn)行時(shí)報(bào)錯(cuò)
2015-07-16
源自:Spring MVC起步 3-5
正在回答
<plugin>?
? ? ? ? <groupId>org.mortbay.jetty</groupId>?
? ? ? ? <artifactId>jetty-maven-plugin</artifactId>?
? ? ? ? <version>7.1.6.v20100715</version>?
? ? ? ? <configuration>?
? ? ? ? ? <scanIntervalSeconds>1</scanIntervalSeconds>?
? ? ? ? ? <reload>automatic</reload>?
? ? ? ? ? <webAppConfig>?
? ? ? ? ? ? <contextPath>/tiles</contextPath>?
? ? ? ? ? </webAppConfig>?
? ? ? ? </configuration>?
? ? ? </plugin>
舉報(bào)
Java中Spring MVC框架入門教程,快來(lái)看最易用的MVC框架
1 回答mvn jetty:run 運(yùn)行出現(xiàn)錯(cuò)誤
6 回答執(zhí)行命令mvn jetty:run報(bào)錯(cuò)
2 回答mvn jetty:run 報(bào)錯(cuò)503
1 回答mvn jetty:run運(yùn)行命令不存在
3 回答運(yùn)行jetty:run時(shí)出錯(cuò)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-08-05
<plugin>?
? ? ? ? <groupId>org.mortbay.jetty</groupId>?
? ? ? ? <artifactId>jetty-maven-plugin</artifactId>?
? ? ? ? <version>7.1.6.v20100715</version>?
? ? ? ? <configuration>?
? ? ? ? ? <scanIntervalSeconds>1</scanIntervalSeconds>?
? ? ? ? ? <reload>automatic</reload>?
? ? ? ? ? <webAppConfig>?
? ? ? ? ? ? <contextPath>/tiles</contextPath>?
? ? ? ? ? </webAppConfig>?
? ? ? ? </configuration>?
? ? ? </plugin>