您的位置:首页 > 大数据 > 人工智能

Failed to read candidate component class: URL [];

2018-04-12 22:03 435 查看

异常信息:

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 。

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  异常 Failed to