本文共 244 字,大约阅读时间需要 1 分钟。
异常信息:
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 。转载于:https://blog.51cto.com/13508140/2097618