spring-boot开发的端口冲突问题

spring-boot开发的端口冲突问题

idea启动项目报错:Identify and stop the process that’s listening on port 8080 or configure this application to listen on another port.

在这里插入图片描述

找到冲突的端口,如8080

netstat -aon|findstr "8080"

请添加图片描述

杀死进程

taskkill/pid 14048 /f

请添加图片描述


版权声明:本文为m0_46800339原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。