java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy

TypeNotPresentExceptionProxy 是 类型不存在异常代理

  1. 找到TypeNotPresentExceptionProxy类,在sun.reflect.annotation下
  2. 在TypeNotPresentExceptionProxy方法里打断点
  3. debug项目,查看断点错误

image-20231130172307258