读取属性文件时,我得到了nullpointer
异常。
faceConfig.load(ReadPropertyFile.class.getClassLoader().getResourceAsStream("/resources/faces.properties"));
下面是属性文件的路径facedetections/src/main/resources/faces.properties
我尝试了不同的组合,因为我的类文件在下面的路径中读取/facedetections/src/main/java/com/facial/facedetection/utils/ReadPropertyFile.java
组合是../../../../../resource/faces.properties
和/resource/faces.properties
../../../resource/faces.properties
请建议我可以为此提供的正确路径。
编辑: 我提取了war文件并在下面提供了它的路径。