| | |
| | | */ |
| | | 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 |
| | |
| | | * 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文件 |
| | |
| | | /** |
| | | * 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")); |
| | | |
| | | /** |
| | | * 所有文件扩展名 |