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

com.gccloud.starter.common.config.bean.Swagger Maven / Gradle / Ivy

package com.gccloud.starter.common.config.bean;

import lombok.Data;

/**
 * swagger配置说明
 *
 * @author liuchengbiao
 * @date 2020-08-02 20:55
 */
@Data
public class Swagger {
    private String groupName = "千行开发框架";
    private String title = "千行开发框架";
    private String version = "x.x.x";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy