org/apache/jasper/compiler/JDTCompiler$1] with root cause
时间:2021-01-29 12:17:13
收藏:0
阅读:0
1、问题原因是tomcat和jdk版本冲突
2、解决方案:
不断调整<artifactId>tomcat-embed-jasper</artifactId>的版本
我调整为<tomcat-jsp-version>9.0.13</tomcat-jsp-version>
就可以运行了
评论(0)