管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-11 09fb666dc0890a448aa12f8287ea0f6ba4bd83ad
src/main/java/com/lf/server/entity/all/StaticData.java
@@ -10,9 +10,9 @@
 */
public class StaticData {
    /**
     * 权限排除路径:/proxy
     * 权限排除路径:/proxy,要求全部小写
     */
    public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/error", "/floatserver"};
    public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/perms/", "/floatserver/", "/error"};
    /**
     * 数值:4
@@ -65,6 +65,11 @@
    public final static String COMMA = ",";
    /**
     * 正斜杠
     */
    public final static String SLASH = "/";
    /**
     * zip文件
     */
    public final static String ZIP = ".zip";
@@ -73,6 +78,21 @@
     * xls文件
     */
    public final static String XLS = ".xls";
    /**
     * SHP文件
     */
    public final static String SHP = ".shp";
    /**
     * MDB文件
     */
    public final static String MDB = ".mdb";
    /**
     * GDB文件
     */
    public final static String GDB = ".gdb";
    /**
     * xlsx文件
@@ -132,7 +152,7 @@
    /**
     * MPT文件扩展名
     */
    public final static List<String> MPT_EXTENSION = new ArrayList<>(Arrays.asList(".mpt", ".mIdx", ".Strmi"));
    public final static List<String> MPT_EXTENSION = new ArrayList<>(Arrays.asList(".mpt", ".midx", ".strmi"));
    /**
     * IMG文件扩展名
@@ -152,7 +172,7 @@
    /**
     * SHP文件扩展名
     */
    public final static List<String> SHP_EXTENSION = new ArrayList<>(Arrays.asList(".shp", ".shx", ".dbf", ".prj", ".cpg", ".qix", ".sbn", ".sbx"));
    public final static List<String> SHP_EXTENSION = new ArrayList<>(Arrays.asList(".shp", ".shx", ".dbf", ".prj", ".cpg"));
    /**
     * 所有文件扩展名