springmvc错误 Spring3.X jdk8 java.lang.IllegalArgumentException
[DEBUG] 2017-04-12 13:35:46.848 Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
java.lang.IllegalArgumentException
at org.springframework.asm.ClassReader.<init>(Unknown Source)
at org.springframework.asm.ClassReader.<init>(Unknown Source)
at org.springframework.asm.ClassReader.<init>(Unknown Source)
at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:52)
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:80)
at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:101)
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:76)
at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:298)
at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:300)
本文记录了一次在使用Spring MVC框架(Spring3.x版本)结合JDK8环境下出现的java.lang.IllegalArgumentException异常的具体情况及堆栈跟踪。该异常发生在创建org.springframework.context.annotation.internalConfigurationAnnotationProcessor实例的过程中。
748

被折叠的 条评论
为什么被折叠?



