com.contentgrid.spring.swagger.ui.SwaggerUIRestConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contentgrid-spring-swagger-ui Show documentation
Show all versions of contentgrid-spring-swagger-ui Show documentation
ContentGrid module to embed and serve Swagger UI
package com.contentgrid.spring.swagger.ui;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@Import(SwaggerUIInitializerController.class)
public class SwaggerUIRestConfiguration {
}