maven+scala項目加載.properties資源文件

val absoPath = Thread. currentThread().getContextClassLoader().getResource(「資源文件路徑test resources root下」).getPath var fileStream = new FileInputStream(absoPath) properties.load(fileStream) 注:必須在pom.xml
相關文章
相關標籤/搜索