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

com.contentgrid.spring.swagger.ui.SwaggerUIRestConfiguration Maven / Gradle / Ivy

There is a newer version: 0.16.0
Show newest version
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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy