出现这种错误 “url” 意思是yml的参数没有配置

 

配置好参数之后 出现这种错误 即端口占用

启动

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

Disconnected from the target VM, address: '127.0.0.1:64476', transport: 'socket'

 windows + R

Microsoft Windows [版本 10.0.19043.1237]
(c) Microsoft Corporation。保留所有权利。

C:\Users\dell>netstat -aon|findstr "8089"
  TCP    0.0.0.0:8089           0.0.0.0:0              LISTENING       9880
  TCP    [::]:8089              [::]:0                 LISTENING       9880

C:\Users\dell>taskkill /pid 9880 /f
成功: 已终止 PID 为 9880 的进程。

C:\Users\dell>

 

 成功运行 如果帮助到你的话 可以不以点个赞啦 谢谢你!!!!

 

おすすめ

転載: blog.csdn.net/nanyangnongye/article/details/120660224