Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/SpringApplication has been compiled by a more recent version of the Java Runtime 오류

JEONG SUJIN·2023년 1월 23일
0

개발 에러모음집

목록 보기
4/5

스프링부트 실행할 때 실행이되지않는 이유는 버전문제

pom.xml

<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-parent</artifactId>
		<version>3.0.2</version>
		<relativePath/> <!-- lookup parent from repository -->
	</parent>
<version>2.7.5</version>

수 있다.!!

로 변경했더니 실행이 잘되는 거 볼 수 있다.

profile
기록하기

0개의 댓글