一.问题原因 tomcat服务端口被占用 二.解决方法:两种 第一种: 关闭占中端口的进程 netstat -aon|findstr 8080 tasklist|findstr "12340" 第二种:重启电脑