Add support for Apache CXF (JAX-RS)

Closes gh-394
This commit is contained in:
Stephane Nicoll 2017-04-11 11:03:46 +02:00
parent 6ef993eed5
commit f74d1a6266

View File

@ -263,11 +263,21 @@ initializr:
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-webservices
- name: Jersey (JAX-RS)
id: jersey
description: RESTful Web Services framework
description: RESTful Web Services framework with support of JAX-RS
versionRange: 1.2.0.RELEASE
links:
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-jersey
- name: Apache CXF (JAX-RS)
id: cxf-jaxrs
groupId: org.apache.cxf
artifactId: cxf-spring-boot-starter-jaxrs
version: 3.1.11
description: RESTful Web Services framework with support of JAX-RS
versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
links:
- rel: reference
href: https://cxf.apache.org/docs/springboot.html#SpringBoot-SpringBootCXFJAX-RSStarter
- name: Ratpack
id: ratpack
description: Spring Boot integration for the Ratpack framework