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

com.luues.swagger.config.SwaggerConfig Maven / Gradle / Ivy

package com.luues.swagger.config;

import com.luues.swagger.annotation.ProfilesType;
import lombok.Data;

import java.io.Serializable;

/**
 * @author wg
 * @date 2021/9/23 20:21
 */
@Data
public class SwaggerConfig implements Serializable {

    private ProfilesType[] profiles;

    private String host;

    private String name;

    private String title;

    private String contact;

    private String version;

    private String scanPackage;

    private String description;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy