728x90
반응형
Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found
Inspection info:
Reports resolution problems in a Maven model

org.springframework.boot maven 버전을 확인하고
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-maven-plugin
버전을 찾아서 추가한다.
<version>2.7.13</version>
인식하지 못하는 에러가 해결되었다

728x90
반응형
'개발중 > Spring Boot' 카테고리의 다른 글
| SocketException의 수수께끼: 첫 번째 API 호출에서만 왜 실패할까? ( retrofit java.net.socketexception connection reset ) (0) | 2023.10.06 |
|---|---|
| @RequiredArgsConstructor 와 @Autowired 의 차이점 (0) | 2023.10.06 |
| [Spring] JSch 를 활용해 특정 서버에 파일 업로드하기 (0) | 2023.07.26 |
| [Spring] JSch 를 활용해 특정 서버에서 파일 가져오기 (0) | 2023.07.26 |
| Swagger 2 와 Swagger 3의 차이점 알아보기 (0) | 2023.04.04 |