SpringBoot 2.x Error creating be
2018-08-12 本文已影响0人
红尘耽搁的佛系少年
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'requestMappingHandlerMapping' defined
in class path resource cn/afterturn/easypoi/WebMvcConfg.class]:
Invocation of init method failed;
nested exception is java.lang.ArrayStoreException:
sun.reflect.annotation.TypeNotPresentExceptionProxy
这个问题折腾了我好几个小时去了,感觉要喝点鸡汤补补 。
这个是org.springframework.boot 升级到 2.0版本以后出现的问题
解决的办法如下:
将jdk 改为 1.8以上,以下版本已经不支持了