forked from loafle/openapi-generator-original
* replace http with https. Replace http://central.maven.org with https://repo1.maven.org * replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0 * Force HTTPS for mavenCentral gradle DSL Co-authored-by: Sebastien Rosset <serosset@cisco.com>
JAX-RS CXF 3 server application
Supported features
- Bean-Validation-API support
- Spring-configuration of Swagger, WADL and Endpoints
- Swagger-API is accessible (CXF3 Swagger2Feature)
- Swagger-UI can be included as Web-Jar automatically
- WADL is accessible (CXF WADL-Generator)
- Unit-tests include Gzip-Interceptors for demonstration
Urls to access the REST API
Urls for Spring Boot
-
Available services listing http://localhost:8080/
-
Swagger API
http://localhost:8080/services/openapi.json -
CXF WADL http://localhost:8080/services?_wadl
Urls if deployed to an AS
-
Available services listing http://localhost:8080/swagger-cxf-server/rest/services/
-
Swagger API
http://localhost:8080/swagger-cxf-server/rest/services/swagger.json -
CXF WADL http://localhost:8080/swagger-cxf-server/rest/services?_wadl