JDK1.7 -> JDK1.8 업그레이드
Spring 버젼 3.2.3.RELEASE
오류 메시지 : ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet
원인 : 스프링 버젼이 낮아 1.8 버젼의 클래스 파일을 파싱해주지 못함.
해결방법 : 스프링 버젼을 4.x로 업그레이드
if you want run your code with Java 8, you need to use a recent Spring 4.0 version.
https://stackoverflow.com/questions/22730801/java-se-spring-data-hibernate/30204461#30204461
'기록 > Java&Spring&Eclipse' 카테고리의 다른 글
[Eclipse] handshake_failure 오류 (0) | 2022.06.02 |
---|---|
메이븐 정리글 + (0) | 2022.06.02 |
[Eclipse] 이클립스 자체 버젼 업그레이드 하는 방법 (0) | 2022.06.02 |
[Eclipse/Java] 이클립스 자바 버젼 업그레이드 방법 (0) | 2022.06.02 |
이클립스&자바&톰캣 버젼 업그레이드 중요 포인트 간략 정리 (0) | 2022.06.02 |