Spring Jar包因為JDK版本報錯

奮鬥的小青年_發表於2016-12-11

在做Demo的時候遇到了“Caused by: java.lang.IllegalStateException: Context namespace element 'component-scan' and its parser class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are only available on JDK 1.5 and higher”這個錯誤,上網查詢有兩個解決辦法:

1、更換新版本的jar包

2、將jdk版本降級

我引用的這個jar包,把jdk降級到1.7版本的時候就可以用了。因為引用的spring jar包最高支援到jdk 1.7

相關文章