본문 바로가기
초보 개발자/BugFix

[BugFix] MavenError- No plugin found for prefix 'spring-boot' in the current project and in the plugin groups

by 랩장 2021. 10. 3.

Issue

mvn spiring-boot:run 에서

MavenError- No plugin found for prefix 'spring-boot' in the current project and in the plugin groups  오류 발생

MavenError- No plugin found for prefix 'spring-boot' in the current project and in the plugin groups

Solution

pom.xml 설정 파일 폴더에서 재실행

Reason

mvn spring-build:run  command는 pom.xml 가 위치한 폴더 내에서 실행해야 함.

프로젝트 루트 디렉토리에서 실행하고 있었다는 OTL

기본 중의 기본이지만.. 혹시나 삽질하고 계실 분들을 위해.

반응형

'초보 개발자 > BugFix' 카테고리의 다른 글

[BugFix] Cannot Delete A running AVD / Android Studio  (0) 2023.07.21

댓글