All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.xiaoymin.swaggerbootstrapui.configuration.SwaggerBootstrapUIConfiguration Maven / Gradle / Ivy

Go to download

Swagger-Bootstrap-UI is the front of the UI Swagger implementation, using jQuery+bootstrap implementation, the purpose is to replace the default UI Swagger implementation of the Swagger-UI, so that the document is more friendly...

The newest version!
package com.github.xiaoymin.swaggerbootstrapui.configuration;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan(
        basePackages = {
                "com.github.xiaoymin.swaggerbootstrapui.plugin",
                "com.github.xiaoymin.swaggerbootstrapui.web",
                "com.github.xiaoymin.swaggerbootstrapui.service"
        }
)
public class SwaggerBootstrapUIConfiguration {






}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy