개발중/Spring
에러 - Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found
Binsoo
2023. 9. 5. 11:05
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
반응형