• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

ERROR Source option 1.5 is no longer supported. Use 1.6 or later

20.03.06 22:01 작성 조회수 348

0

구글링 해보니 

pom.xml에 추가해주니 정상적으로 install 됩니다

메이븐 컴파일 버전 문제 같은데

안되시는 분들 참고하세요~

<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

답변 1

답변을 작성해보세요.

0

흠.. 왜 기본으로 사용하신 자바 버전이 1.5로 되어있는지 모르겠지만, 스프링 부트는 최소 JDK 1.8을 쓰도록 권장하고 있습니다. 1.6 대신에 8을 쓰세요.

https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html#getting-started-installing-spring-boot