How to set properly the working directory in Spring projects? #2348
Unanswered
EgorkaKulikov
asked this question in
Q&A
Replies: 1 comment
-
Additional questions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having the proper value of working directory during Spring project analysis is very important. For example,
file:
annotations processing is aliased on the working directory.Currently
Project.baseDir
property from Intellij psi elements hierarchy is used as working directory. However, documentation says that it is not reliable.Beta Was this translation helpful? Give feedback.
All reactions