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版权协议,转载请附上原文出处链接和本声明。