遇到过两个类似的的错误 就是报 maven仓库里的jar包中:
Unable to process Jar entry [module-info.class] from Jar
Unable to process Jar entry [module-info.class] from Jar [jar:file:/D:/Maven/LocalWarehouse/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar!/] for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
解决方式就是在保证Tomcat服务停止状态下,在maven仓库中找到该jar包,然后用压缩软件打开删除里面的[module-info.class] 再重新运行。
如果你的Tomcat服务运行 你是删不掉的
参考博文参考