标签: java maven
如何通过源代码中的new File("src/main/resources/test.txt")引用在运行时获取资源?据我所知,Maven将这些文件放在目标/类和目标/测试类目录/类路径中,以供测试和运行时使用。幕后发生了什么?
new File("src/main/resources/test.txt")
谢谢!