|
@@ -486,7 +486,7 @@ public class SystemConstant {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 获取全局uuid
|
|
|
|
|
|
+ * 获取根目录
|
|
*
|
|
*
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@@ -849,17 +849,6 @@ public class SystemConstant {
|
|
commonCacheService.removeUserRolePrivilegeCache(userId);
|
|
commonCacheService.removeUserRolePrivilegeCache(userId);
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
- * 获得项目根目录
|
|
|
|
- *
|
|
|
|
- * @return
|
|
|
|
- */
|
|
|
|
- public static String getProjectRootPath() {
|
|
|
|
- String path = SystemConstant.getUserDir();
|
|
|
|
- System.out.println("getProjectRootPath:" + path);
|
|
|
|
- return path;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 获取临时文件
|
|
* 获取临时文件
|
|
*
|
|
*
|