Solve the problem of port occupancy when My eclipse project is released
If the error as shown after running, you need to perform the following operations to solve the problem:
a: Open cmd, enter netstat -ano to find the number of the last item with the local address 8080, and this number is the port number.
b: Enter taskkill /t /pid port number /f to close this process.
c: Be careful not to add each command after it; at the end, run the above command and then run the project again.