Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-27 14:19:28,843 ERROR [main][LoggingFailureAnalysisReporter.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"