Error:java:JDK isn’t specified for module
1.删除 .idea重新启动idea
2.重新配置tomcat 可能会说你这个项目不是web项目
3点击fix 点击 + 号 添加一个web Application:exploded
4右击 点击put into output root
5 重新启动tomcat
总结:就是tomcat没有找到所需要的jar包
1.删除 .idea重新启动idea
2.重新配置tomcat 可能会说你这个项目不是web项目
3点击fix 点击 + 号 添加一个web Application:exploded
4右击 点击put into output root
5 重新启动tomcat
总结:就是tomcat没有找到所需要的jar包