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

cn.hiboot.mcn.autoconfigure.web.swagger.DocketCustomizer Maven / Gradle / Ivy

package cn.hiboot.mcn.autoconfigure.web.swagger;

import springfox.documentation.spring.web.plugins.Docket;

/**
 * DocketCustomizer
 *
 * @author DingHao
 * @since 2022/4/21 20:42
 */
public interface DocketCustomizer {
    void customize(Docket docket);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy