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

com.lastb7.swagger.common.SwaggerConst Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.lastb7.swagger.common;

import java.util.Map;

import com.jfinal.kit.Prop;

/**
 * 常量
 *
 * @author: lbq
 * 联系方式: [email protected]
 * 创建日期: 2020/6/11
 */
public class SwaggerConst {
    /**
     * swagger.properties
     */
    public static Prop CONFIG;

    /**
     * http返回状态
     */
    public static Map HTTP_CODE;

    /**
     * http返回状态200时的通用返回格式
     */
    public static Class COMMON_RES;

    /**
     * 返回值文档生成于data中
     */
    public static boolean RESPONSE_IN_DATA;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy