会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
未确定
相信美好的事情即将发生
博客园
首页
新随笔
联系
管理
订阅
2022年7月6日
ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8002 is already in use
摘要: 本地起服务,端口被占用了 解决: win + R cmd 1 netstat -ano | findstr 8080 查看被占用的端口号 2 taskkill -pid 32128 -f 杀死端口号 linux 環境 netstat -tunlp|grep 8118 kill -9
阅读全文
posted @ 2022-07-06 13:44 未确定
阅读(1027)
评论(0)
推荐(0)
编辑
公告