端口被占用

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"
相关推荐
JavaPub-rodert19 分钟前
Linux 下部署 MongoDB:从安装、配置到生产环境使用
linux·运维·mongodb
辻弋20136 分钟前
一键优化电源计划、游戏模式、独显强制、禁用后台录制——DeltaForceBooster专治三角洲行动卡顿掉帧,所有改动可一键还原
服务器·数据库·windows·游戏·电脑·php
xcLeigh43 分钟前
Go入门:基本数据类型全览与选择指南
android·服务器·golang·教程·go热门
画中有画1 小时前
自动化脚本中如何启动/打开app的某个页面
运维·自动化
何以解忧,唯有..2 小时前
Python os模块详解:文件与目录操作指南
java·服务器·python
Brilliantwxx2 小时前
【Linux】 进程(3)深度解析:从查看进程到进程状态
linux·服务器·网络·c++
我星期八休息2 小时前
Linux—五种IO模型与非阻塞IO
linux·运维·服务器·网络·数据库·网络协议
hweiyu002 小时前
Linux命令:column
linux·运维·服务器
日常筹谋记2 小时前
ATS选不对运维两行泪:数据中心市电与柴发切换场景的双电源自动转换开关选型笔记
运维·数据库·笔记
绿蚁新亭2 小时前
Markdown Wiki 网页代码块复制至欧拉 Linux Shell 脚本隐形字符故障完整复盘
linux·运维·服务器