server2020. 6. 12. 11:40

[spring boot]is missing required source folder 'src/test/resources' 해결방법

 

처음 프로젝트를 import 하면 엉킬 수 있다..

 

그러면 java build path 들어가서 

 

오류 해당하는 탭을 제일 상위로 올려주면 된다.

 

[참조] https://comtoo.tistory.com/entry/%ED%8E%8C-Project-xxx-is-missing-required-source-folder-gen-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0

 

[펌] Project 'xxx' is missing required source folder: 'gen' 해결하기

Hello Android 프로젝트를 하면서 프로젝트 생성시 발생하는 두 개의 에러를 해결하기 위한 방법이다. 프로젝트의 Property 대화상자에서 Java Build Path 의 내용 중 프로젝트에 해당하는 Android 버전을 가

comtoo.tistory.com

 

Posted by thdeodls85