分析原因:8080端口被占用
解决方法:
(1)查看占用的进程
netstat -ano|findstr "8080" tasklist |findstr "5652" tasklist |findstr "944"
(2) 杀掉进程
tasklist /F /pid 944 (强制杀掉进程)