码迷,mamicode.com
首页 > Web开发 > 详细

Failed to read candidate component class: URL [];

时间:2018-04-12 23:25:36      阅读:360      评论:0      收藏:0      [点我收藏+]

标签:异常

异常信息:

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 read candidate component class: URL [];

标签:异常

原文地址:http://blog.51cto.com/13508140/2097618

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!