org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

今天准备一个项目的时候启动突然出现了这样一个异常(Tomcat 7,JDK 1.8):

org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

下面的异常信息网上资料很多但是都跟我不一样,上面一行信息提示是lombok的问题,我之前的lombok版本为:

org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

后来更改版本为:

org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

问题解决。