tomcat端口占用:Identify and stop the process that's listening on port 9113 or configure this application to listen

请参考 https://blog.csdn.net/weixin_44519467/article/details/104072103

 

总结为3步操作:

打开cmd

查看端口进程:netstat -nao

杀掉进程:taskkill /pid  进程号 -f

重新启动springboot项目

 

posted @ 2020-11-27 16:03  ITKenH  阅读(1419)  评论(0)    收藏  举报