管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-10 a5de74e84d74eef4543e56b1181a5b4b269212e1
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
@@ -75,6 +75,21 @@
    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文件
     */
    public final static String XLSX = ".xlsx";
@@ -132,7 +147,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 +167,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"));
    /**
     * 所有文件扩展名