add
This commit is contained in:
@ -59,6 +59,11 @@ public class BaseConstant {
|
||||
*/
|
||||
public static final String RESOURCE_PREFIX = "/resource";
|
||||
|
||||
/**
|
||||
* 资源映射路径 正则
|
||||
*/
|
||||
public static final String RESOURCE_PATTERN = RESOURCE_PREFIX + "/**";
|
||||
|
||||
/**
|
||||
* 是
|
||||
*/
|
||||
|
Reference in New Issue
Block a user