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
org.springframework.boot 버전을 낮춘다. 2.6.3도 잘되지만
나는 교재와 버전을 맞추기위해 2.0.6으로 해결했다.
<version>2.0.6.RELEASE</version>
<version>2.6.3</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.6.RELEASE</version>
'JAVA > Maven' 카테고리의 다른 글
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" (0) | 2023.12.28 |
---|---|
Maven pom.xml update하기 (0) | 2023.11.01 |
Maven라이브러리 추가하기: Dynamic java web project에 spring 프레임워크 추가하기 (0) | 2023.11.01 |
H2 database 드라이버 install (0) | 2023.04.02 |
org.junit.test 에러 (0) | 2023.03.23 |