亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

Embeded Jetty with JSP

發布時間:2020-08-06 19:00:28 來源:ITPUB博客 閱讀:127 作者:21ca 欄目:編程語言
Simple Jetty server with JSP supported.
  1.     public static void main(String[] args) throws Exception {
  2.         Server server = new Server(8082);

  3.         Configuration.ClassList classlist = Configuration.ClassList.setServerDefault(server);
  4.         classlist.addBefore("org.eclipse.jetty.webapp.JettyWebXmlConfiguration",
  5.                 "org.eclipse.jetty.annotations.AnnotationConfiguration" );

  6.         WebAppContext context = new WebAppContext("src/main/webapp", "/");
  7.         server.setHandler(context);
  8.         server.start();
  9.     }
pom.xml
  1.       <dependency>
  2.           <groupId>org.eclipse.jetty</groupId>
  3.           <artifactId>apache-jsp</artifactId>
  4.           <version>9.4.2.v20170220</version>
  5.       </dependency>
  6.       <dependency>
  7.           <groupId>org.eclipse.jetty</groupId>
  8.           <artifactId>jetty-annotations</artifactId>
  9.           <version>9.4.2.v20170220</version>
  10.       </dependency>


向AI問一下細節

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

AI

怀来县| 化德县| 胶南市| 内乡县| 新沂市| 阜阳市| 正镶白旗| 婺源县| 霍山县| 扶余县| 枞阳县| 德惠市| 师宗县| 神农架林区| 双峰县| 陇南市| 尉氏县| 孟村| 汝南县| 苗栗市| 淮南市| 贡觉县| 丰镇市| 开封市| 长宁区| 进贤县| 德安县| 乌海市| 博野县| 安新县| 班玛县| 区。| 芦山县| 龙山县| 湖口县| 邯郸市| 陇西县| 沂水县| 三河市| 巧家县| 四子王旗|