安裝或設定

主要要求是 java 應該安裝在你的系統中。在 Eclipse IDE 中設定球衣的兩個選項是首先從這個連結手動下載球衣罐子。在專案中 - >新增外部罐子你可以新增這些庫那裡。[ https://jersey.java.net/download.html] [1 ]

第二個選項是通過 maven 你必須為澤西罐子新增 maven 依賴,它會自動為你下載。

<dependency>
    <groupId>org.glassfish.jersey.containers</groupId>
    <artifactId>jersey-container-servlet-core</artifactId>
    <version>2.6</version>
</dependency>