91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

關于IDEA的run maven啟動方法

發布時間:2020-07-01 16:06:19 來源:億速云 閱讀:705 作者:清晨 欄目:開發技術

小編給大家分享一下關于IDEA的run maven啟動方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討方法吧!

安裝jetty插件

1. 找到Plugins,查找jetty插件,安裝“IDEA Jetty Runner”,安裝好后重啟IDEA

關于IDEA的run maven啟動方法

關于IDEA的run maven啟動方法

安裝插件:Maven Helper

方法同Jetty

pom.xml添加

 <plugins>
    <plugin>
     <groupId>org.eclipse.jetty</groupId>
     <artifactId>jetty-maven-plugin</artifactId>
     <version>9.4.15.v20190215</version>
    </plugin>
  </plugins>

配置maven:jetty:run -Djetty.port=8088

1. Run-->Edit Configurations

關于IDEA的run maven啟動方法

2. jetty:run -Djetty.port=8088(注意這里的端口號,被占用了就換一個)

關于IDEA的run maven啟動方法

執行

項目右鍵-->run maven-->clean install

關于IDEA的run maven啟動方法

然后再執行:項目右鍵-->run maven-->test03bulid

新建jsp文件

新建index.jsp文件,是顯示頁面,可以直接復制原有的index.jsp文件

關于IDEA的run maven啟動方法

網址

http://localhost:8088/user/test&#63;id=1

關于IDEA的run maven啟動方法

遇到問題

問題1:plugins里添加的插件不顯示

不要寫到這個標簽里面的plugins里:

<pluginManagement>

  <pluginManagement>
   <plugins>
  ...
   </plugins>
  </pluginManagement>

  <plugins>
  寫到這里
  </plugins>

問題2:頁面報錯500:PWC6033: Unable to compile class for JSP

用的JDK版本是JDK9。修改了對應的jetty版本
改之后:

   <plugin>
     <groupId>org.eclipse.jetty</groupId>
     <artifactId>jetty-maven-plugin</artifactId>
     <version>9.4.15.v20190215</version>
    </plugin>

改之前:

 <plugin>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-maven-plugin</artifactId>
    <version>7.1.6.v20100715</version>
    <configuration>
     <stopPort>9088</stopPort>
     <stopKey>foo</stopKey>
     <scanIntervalSeconds>5</scanIntervalSeconds>
     <connectors>
      <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
       <port>8081</port>
       <maxIdleTime>60000</maxIdleTime>
      </connector>
     </connectors>
     <webAppConfig>
      <contextPath>/</contextPath>
     </webAppConfig>
    </configuration>
   </plugin>

問題3:頁面錯誤404

查看網址,在網址指定位置(jsp/index.jsp)新建了一個index.jsp文件

看完了這篇文章,相信你對關于IDEA的run maven啟動方法有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

云霄县| 安义县| 雅安市| 新蔡县| 巍山| 巢湖市| 南江县| 安陆市| 商洛市| 福贡县| 友谊县| 石屏县| 布拖县| 平南县| 汕尾市| 高平市| 黑龙江省| 安义县| 永靖县| 灵寿县| 遂溪县| 教育| 河北省| 五峰| 桃园市| 禹城市| 和硕县| 洛浦县| 金溪县| 都昌县| 永修县| 蕲春县| 崇州市| 泾阳县| 民勤县| 衡山县| 浦北县| 临沧市| 泰和县| 长顺县| 五家渠市|