摘要: 1.删除 .idea重新启动idea 2.重新配置tomcat 可能会说你这个项目不是web项目 3点击fix 点击 + 号 添加一个web Application:exploded 4右击 点击put into output root 5 重新启动tomcat 总结:就是tomcat没有找到所需要 阅读全文
posted @ 2021-04-19 12:23 wzx101 阅读(871) 评论(0) 推荐(0)
摘要: <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> <dependency> <groupId>org.sp 阅读全文
posted @ 2021-04-19 11:46 wzx101 阅读(2006) 评论(0) 推荐(0)