获得tomcat应用工程目录String path this.getClass().getClassLoader().getResource(/).getPath()
获得tomcat应用工程目录
String path = this.getClass().getClassLoader().getResource("/").getPath();
获得tomcat应用工程目录
String path = this.getClass().getClassLoader().getResource("/").getPath();