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

org.springdoc.config.SpringDocConfiguration Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package org.springdoc.config;

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

@Configuration
@ComponentScan(basePackages = { "org.springdoc" })
public class SpringDocConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy