web项目中JAVA读取properties文件

resources下:properties.load(this.getClass().getClassLoader().getResourceAsStream("alipayKey.properties"));
WebRoot下:request.getServletContext().getResourceAsStream("alipayKey.properties");

resources下:properties.load(this.getClass().getClassLoader().getResourceAsStream("alipayKey.properties"));
WebRoot下:request.getServletContext().getResourceAsStream("alipayKey.properties");