Registry / web-framework / springfox-core

springfox-core

JSON →
library3.0.0javamavenunverified

JSON API documentation for Spring-based applications using Swagger.

<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-core</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRINGFOX-CORE
S
springfox-core
web-frameworkjavav3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Docket
springfox.documentation.spring.web.plugins.Docket

Configures Swagger documentation for a Spring Boot application.

import springfox.documentation.spring.web.plugins.Docket; import springfox.documentation.builders.RequestHandlerSelectors; import springfox.documentation.spi.DocumentationType; public class SwaggerConfig { public Docket api() { return new Docket(DocumentationType.SWAGGER_2) .select() .apis(RequestHandlerSelectors.any()) .build(); } }
Debug
Known issues
breakingSpringfox 3.0.0 is incompatible with Spring Boot 2.6+ due to path pattern matching changes.
fix
Use SpringDoc OpenAPI instead or downgrade Spring Boot to 2.5.x.
affects: 3.0.0
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
springfox-core — mvn dependency:get springfox-core · libregistry