Package cn.dev33.satoken.application
Class ApplicationInfo
java.lang.Object
cn.dev33.satoken.application.ApplicationInfo
应用全局信息
- Since:
- 1.31.0
- Author:
- click33
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcutPathPrefix(String path) 为指定 path 裁剪掉 routePrefix 前缀
-
Field Details
-
routePrefix
应用前缀
-
-
Constructor Details
-
ApplicationInfo
public ApplicationInfo()
-
-
Method Details
-
cutPathPrefix
为指定 path 裁剪掉 routePrefix 前缀- Parameters:
path- 指定 path- Returns:
- /
-