spring常见问题
1.引用错误
2018-12-29 17:20:52 ERROR [RMI TCP Connection(3)-127.0.0.1] [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\out\artifacts\demo\WEB-INF\classes\demo\controller\DemoController.class]; nested exception is java.lang.ArrayIndexOutOfBoundsException: 52264
问题原因:spring3.1不支持java8语法,比如:list.stream操作改成for循环即可
正文到此结束
- 本文标签: spring
- 本文链接: https://codeis.run/article/spring-error
- 版权声明: 本文由醒醒原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权