Invalid byte tag in constant pool: 19 error message

前端 未结 4 1255
遥遥无期
遥遥无期 2020-12-11 04:22

This error message shows that the Tomcat is 8.0.30, and I am using JDK 8. I am creating a Spring-boot project. Some suggested that JDK 8 should be used but I indeed am using

4条回答
  •  Happy的楠姐
    2020-12-11 05:07

    In order to upgrade the tomcat version for the tomcat7-maven-plugin.

    
        7.0.93
    
    
        
            
                org.apache.tomcat.maven
                tomcat7-maven-plugin
                2.2
                
                    
                        org.apache.tomcat.embed
                        tomcat-embed-core
                        ${tomcat7-version}
                    
                
            
        
    
    

提交回复
热议问题