Java swagger with JaxRS throwing errors
问题 I followed the guide found here: https://github.com/wordnik/swagger-core/wiki/Java-JAXRS-Quickstart Here is my POM: <!-- SWAGGER --> <dependency> <groupId>com.wordnik</groupId> <artifactId>swagger-jersey-jaxrs_2.10</artifactId> <version>1.3.0</version> </dependency> The Annotations are found fine, so i am assuming the POM is working OK For WEB.xml, I tried doing multiple things, following the guide: <servlet> <servlet-name>jersey-serlvet</servlet-name> <servlet-class> com.sun.jersey.spi