Solve the problem of port occupancy

When using intelliJ, it prompts that port 1099 is occupied

Solution: find port 1099

cmd enter dos

Type netstat -aon

It is found that the port is occupied by the process with process ID 9136

Enter taskkill /pid 9136 /f (note the space in the middle) and press Enter

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325449936&siteId=291194637