我首先在maven使用球衣。在maven中它看起来像这样: pom.xml中:
<!-- jersey -->
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.25.1</version>
</dependency>
它可以运行泽西服务器。但是当我改为使用jar方式时。它不起作用!
答案 0 :(得分:0)
OK!我自己解决了。因为在项目编译之后,jar不会放入目标lib。所以我把所有的罐放在lib中,它可以工作!