Inflearn brand logo image

Inflearn Community Q&A

tialla004979's profile image
tialla004979

asked

Spring Data JPA

Spring Data JPA 9. Specifications

plugin not found

Written on

·

172

0

아래와 같이 오류가 나타나는데 어떤 걸 확인해보면 될까요?

maven-plugins보면 processor가 없거든요..~~;

springJPAjava

Answer 1

0

whiteship님의 프로필 이미지
whiteship
Instructor

https://mvnrepository.com/artifact/org.bsc.maven/maven-processor-plugin/4.4

<!-- https://mvnrepository.com/artifact/org.bsc.maven/maven-processor-plugin -->

<dependency>

    <groupId>org.bsc.maven</groupId>

    <artifactId>maven-processor-plugin</artifactId>

    <version>4.4</version>

</dependency>

플러그인을 다운받지 못한것 같습니다. 4.4 버전으로 수정하고 인텔리J에서 메이븐 업데이트 클릭해 보세요.

tialla004979's profile image
tialla004979

asked

Ask a question