spring-boot-starter-jersey的使用

jersey与resteasy一样都是JAX-RS即Java API for RESTful Web Services标准的实现,spring-boot-starter-jersey提供了对Jersey RESTful Web服务框架的支持,能够让我们轻松的构建RESTful Web工程。 新建工程 <groupId>com.wl.jersey</groupId> <artifactId>jers
相关文章
相关标签/搜索