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
时间: 2024-10-29 11:01:04