Caused by: java.net.BindException: Address already in use: bind 1.输入 netstat -ano|findstr 8080,回车,显示在最后面的数字就是我们tomcat进程的端口号。 2.输入 taskkill /pid 8080 /f 8080就是我们的端口号,回车,终止! 成功 来源:https://www.cnblogs.com/YUJIE666/p/12254492.html 标签 服务器端口 端口号