오늘만난오류
Java file outside of source root intelliJ
메밀국수가생각나
2021. 12. 9. 00:50
https://stackoverflow.com/questions/63521181/java-file-outside-of-source-root-intellij
Java file outside of source root intelliJ
I have cloned a spring boot project from GitLab having multiple branches in IntelliJ. I checkout to the branch in which I want to work. But I am getting "Java file outside of source root"...
stackoverflow.com
해당 오류는 file > project structure > modules에서 파일 경로를 java 파일로 resources를 덮어쓰면 해결된다.