Heestory

[IntelliJ]Maven 빌드 에러 본문

개발(0)/Spring Boot

[IntelliJ]Maven 빌드 에러

까만밀가루 2023. 8. 17. 21:51

Maven 빌드 시 겪은 에러 정리 (누적)


 

1. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.

해결 : test Skip

  •  [View > Tool Windows > Maven Projects] 메뉴 선택
  •  IntelliJ 오른쪽 상단의 Maven 버튼 클릭

 

 

2.Maven 플러그인 빌드 오류

https://iwantbaobab.tistory.com/153

 

spring-boot-maven-plugin-not-found 오류

요약 Spring Initialize를 통해 Spring Boot Starter를 셋팅하고 있었는데 pox.xml 파일에서 spring-boot-maven-plugin 버전 오류가 발생했습니다. 해결 pox.xml 파일에 태그에 spring-boot-starter의 version이 기재되어 있습

iwantbaobab.tistory.com