异常信息:
Failed to read candidate component class: URL []; nested exception is java.lang.IllegalArgumentException
异常原因:
版本问题:spring 3.2 不支持 jdk 1.8 编译环境。
解决方法:
把编译环境降为1.7;或者把 spring 3.2 降为 spring 3.1 。