The error path in FileNotFoundException is not same as the path in my project directory

Viewed 11

Here is the error I got when I run the project with "mvn clean install"

Caused by: java.io.FileNotFoundException: /Users/IdeaProjects/rules-management12/grpc/grpc/src/main/resources/my-sample.yml (No such file or directory)

This is my project structure, as you can see the path is below, why there's two grpc dir?

rules-management12/grpc/src/main/resources/my-sample.yml,

enter image description here

0 Answers
Related