com.fastchar.openapi.FastCharOpenAPIConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-openapi Show documentation
Show all versions of fastchar-openapi Show documentation
FastChar-OpenAPI is build openapi3.0 doc tool package.
The newest version!
package com.fastchar.openapi;
import com.fastchar.interfaces.IFastConfig;
import com.fastchar.utils.FastMD5Utils;
import com.fastchar.utils.FastStringUtils;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class FastCharOpenAPIConfig implements IFastConfig {
private String uiPrimaryColor;
private String uiLogo;
private String defaultApiGroup = "系统其他接口";
private String openApiRoute = "/openapi";
private String username;
private String password;
private final Map info = new HashMap<>();
private final List