8080端口占用
从SkyApplication启动后报错:
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
解决方法为关闭进程:
netstat -ano | findstr 端口号
taskkill -PID 进程号 -F