본문 바로가기
spring/스프링부트 오류

초반 오류

by dev_jisu 2023. 3. 28.

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/SpringApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

 

환경 자바 JDK 11.0.11 

프로젝트 만든후 난 오류 

처음에 pom.xml 에서 자바 버전을 11로 바꿔주고 

SpringBoot버전을 3.0.1에서 2.6.3으로 바꿔주며 해결 

'spring > 스프링부트 오류' 카테고리의 다른 글

already in use port  (0) 2023.03.28

댓글