1.查看某个端口 netstat -aon| findstr 8088 2.查询有哪些进程 tasklist | findstr "9328" 3.杀掉进程 taskkill /f /t /im java.exe2. 方法二(更改端口好)
application.properties里面有server.port=端口,把端口改了就好

1.查看某个端口 netstat -aon| findstr 8088 2.查询有哪些进程 tasklist | findstr "9328" 3.杀掉进程 taskkill /f /t /im java.exe2. 方法二(更改端口好)
application.properties里面有server.port=端口,把端口改了就好