web项目中tomcat 和 weblogic都支持的写法 :
尝试用其他方法获取的时候 在linux下的weblogic会获取成空
String path = this.getClass().getClassLoader().getResource("/").getPath();
String realPath = path.substring(0, path.length() - 17);web项目中tomcat 和 weblogic都支持的写法 :
尝试用其他方法获取的时候 在linux下的weblogic会获取成空
String path = this.getClass().getClassLoader().getResource("/").getPath();
String realPath = path.substring(0, path.length() - 17);