0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

spring boot ポート重複問題

Posted at

spling bootのポート重複エラー
image.png

これの解決方法

1コマンドプロンプトで以下の画像のように"netstat -nao | find "8080"と検索する
image.png

2 コマンドプロンプトの検索結果で出てきた listening の右の番号(下の画像では 19356)を
image.png

を PIDにもつ"java.exe"をタスクマネージャーで調べて、タスクを切る。

これで解決しました

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?