Browse Source

sonar严重修复

wangyj18 6 years ago
parent
commit
6dc928c8f2

+ 1 - 1
show-server/src/main/java/com/ai/ipu/show/util/ApplicationPath.java

@ -5,7 +5,7 @@ import javax.servlet.http.HttpServletRequest;
5 5
6 6
public final class ApplicationPath {
7 7
	//定义应用主机上文件路径,应用请求路径
8
	public static String appFilePath, appRequestPath;
8
	private static String appFilePath, appRequestPath;
9 9
	
10 10
	/******************************************************************
11 11
	 * 获取应用主机上的文件路径(/x/xx/xxx)