通常idea错误关闭时运行的java代码没有停,重启时有可能会报端口已被占用错误
查看 java进程
netstat -aon | findstr "9998"
杀进程
taskkill /pid 1111 -t -f