Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 maven,所有的类和资源都被复制到 target\classes 文件夹。
有没有办法使用代码中的环境变量来表示 target\classes 文件夹?
或者我可以将资源复制到根文件夹吗?
您应该根据需要将资源复制到resources文件夹src/main下src/test。您可能需要创建目录。
resources
src/main
src/test