org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet
낮은 버전의 JAVA에서 컴파일한 파일을 높은 JAVA버전에서 사용하려고 할때 나는 에러. 주로 낮은 버전에서 -> 1.8 로 넘어갈때 자주 나온다고 한다. 1. pom.xml JAVA -> 1.7 변경 2. 프로젝트 -> Properties -> Project Facets -> JAVA 1.7 변경 버전 다시 낮춰 해결