Inflearn Community Q&A
buildtool gradle에서 intellij로 변경시 can not find symbol이 뜨시는 분들
Resolved
Written on
·
269
1
질문을 올리다 검색해보니 나와서 공유합니다.
다른분이 올려주신 질문에 답변해주신 내용 중
Build, Execution, Depolyment-> Build Tools -> Gradle에서 Build And run using과 Run Test using를 Intellij로 변경하였더니 아래와 같은 에러가 발생하였습니다.

IntelliJ Preferences => Build, Excution, Deployment => Compiler => Annotation Processors의 Enable annotation processing을 체크하니 해결되네요 
springspring-bootJPAjava웹앱





