web项目部署到真正服务器上后就一直找不到文件路径
后来改为:public String getPath(){URL url = getClass().getProtectionDomain().getCodeSource().getLocation();String path = url.toString();int index = path.indexOf("WebRoot");if(index == -1){ind