Markus Demetz

Configuration of Spring Boot with JAX-RS producing OpenAPI 3.0 specification

Swagger You can use Swagger to generate an OpenAPI 3.0 together with Spring Boot and JAX-RS by doing the following: Include spring-boot-starter-jersey, swagger-core, swagger-annotations and swagger-jaxrs in pom.xml Extend ResourceConfig and configure the packages to scan for JAX-RS annotations and register the OpenAPIResource.class of Swagger. Use Swagger … Read More