模型库
This commit is contained in:
@ -61,13 +61,13 @@ public class AuthAspect {
|
||||
}
|
||||
}
|
||||
|
||||
// 授权有效,继续执行原方法
|
||||
// 授权有效、继续执行原方法
|
||||
return point.proceed();
|
||||
}
|
||||
|
||||
/**
|
||||
* 读取授权文件内容
|
||||
* @return 授权文件内容,如果文件不存在或读取失败则返回null
|
||||
* @return 授权文件内容、如果文件不存在或读取失败则返回null
|
||||
*/
|
||||
private String readLicenseFile() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user