Skip to content

Commit

Permalink
Add support for Apache CXF (JAX-RS)
Browse files Browse the repository at this point in the history
Closes gh-394
  • Loading branch information
snicoll committed Apr 11, 2017
1 parent 6ef993e commit f74d1a6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion initializr-service/src/main/resources/application.yml
Expand Up @@ -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
Expand Down

0 comments on commit f74d1a6

Please sign in to comment.