I ran the following command in CMD:netstat -ano | findstr :8088
And got this result:TCP 192.168.1.14:8088 13.107.219.254:443 CLOSE_WAIT 10652
Fix Option 1: Kill the process holding the port
taskkill /PID 10652 /F
Fix Option 2: Change your Spring Boot port