ClassFormatException: File: ‘java/lang/CharSequence.class‘: Invalid byte tag in constant pool: 15

Obviously there is no error in the project, but a problem occurs during startup. This is due to the mismatch between the JDK version and aspectj. You can try to change the version of jdk or aspectj. If there are no problems with both versions, you can try Here are some solutions:

It is also possible that the tomcat and jdk versions do not match

Tomcat8 and above correspond to jdk1.8 and above, and tomcat8 and below correspond to jdk1.8 and below.

Guess you like

Origin blog.csdn.net/wfdfg/article/details/133150835