Registry / web-framework / springfox-spi

springfox-spi

JSON →
library3.0.0javamavenunverified

Service Provider Interface for Springfox, enabling JSON API documentation for Spring applications.

<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-spi</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRINGFOX-SPI
S
springfox-spi
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.

SpiPlugin
springfox.spi.SpiPlugin

Example of implementing a Springfox SPI plugin.

import springfox.spi.SpiPlugin; public class Example implements SpiPlugin { @Override public void start() { System.out.println("Springfox SPI plugin started"); } }
Debug
Known issues
breakingSpringfox 3.0.0 has breaking changes from 2.x, including package restructuring.
fix
Update imports and configuration as per migration guide.
affects: 3.0.0
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
springfox-spi — mvn dependency:get springfox-spi · libregistry