端口被占用

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

2023-07-27 14:19:28,843 ERROR mainLoggingFailureAnalysisReporter.java:40 -

***************************

APPLICATION FAILED TO START

***************************

Description:

Web server failed to start. Port 63070 was already in use.

Action:

Identify and stop the process that's listening on port 63070 or configure this application to listen on another port.

使用cmd命令(快捷键win+R)

复制代码
 netstat -ano |findstr 63070(需要结束进程的端口号)


netstat -ano |findstr 63070

taskkill /f /t /im "PID号"

复制代码
taskkill /f /t /im "19704"
相关推荐
Promise微笑几秒前
红外分辨率 160×120、320×240、384×288 与 640×480实战选型指南
大数据·运维·人工智能·物联网
云飞云共享云桌面1 小时前
单机建模卡顿运维繁琐!中小型机械制造厂云飞云 3D 云桌面落地
运维·服务器·网络·3d·自动化·电脑·负载均衡
zandy10112 小时前
体验家 XMPlus 批量操作与自动化工作流引擎:让大规模运营从手动执行走向规则驱动
大数据·运维·自动化
湿韵轮回2 小时前
LangChain LCEL,用 | 串联AI的魔法语言
服务器·人工智能·langchain
Sagittarius_A*3 小时前
Docker:渗透前置容器化核心基础
运维·安全·docker·容器
网络小白不怕黑4 小时前
监控httpd状态
服务器
阿米亚波4 小时前
【EVE-NG 实战】防火墙基础(VLAN · VRRP · NAT · ACL · 静态路由)
运维·网络·笔记·网络协议·计算机网络·网络安全·运维开发
日取其半万世不竭5 小时前
云服务器迁移怎么少停机?DNS 切换前后的完整清单
运维·服务器
FREEDOM_X5 小时前
Linux 多线程编程——总结
java·linux·运维·ubuntu
名字还没想好☜5 小时前
Docker 多阶段构建:把镜像从 1.2GB 砍到 15MB
运维·docker·容器·多阶段构建·镜像优化