| | |
| | | */ |
| | | public class StaticData { |
| | | /** |
| | | * 权限排除路径:/proxy |
| | | * 权限排除路径:/proxy,要求全部小写 |
| | | */ |
| | | public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeIt/", "/error", "/floatserver/"}; |
| | | public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/perms/", "/floatserver/", "/error"}; |
| | | |
| | | /** |
| | | * 数值:4 |
| | |
| | | public final static String COMMA = ","; |
| | | |
| | | /** |
| | | * 正斜杠 |
| | | */ |
| | | public final static String SLASH = "/"; |
| | | |
| | | /** |
| | | * zip文件 |
| | | */ |
| | | public final static String ZIP = ".zip"; |
| | |
| | | public final static String XLS = ".xls"; |
| | | |
| | | /** |
| | | * SHP文件 |
| | | */ |
| | | public final static String SHP = ".shp"; |
| | | |
| | | /** |
| | | * MDB文件 |
| | | */ |
| | | public final static String MDB = ".mdb"; |