Current location - Quotes Website - Collection of slogans - 2021-12-18 began to occupy the newspaper port (port 8080 is already in use).
2021-12-18 began to occupy the newspaper port (port 8080 is already in use).
1, win key +R, enter cmd, and press enter to enter the DOS command window.

2. Check the process number of the program according to the port number? Netstat -ano | findstr occupies port number (8080)-Netstat-ano | Findstr? port number

3、? View the specific program name according to the process number of the program? Tasklist | findstr process number (130 16)-? Task list? |? findstr? Process number

4. Force and recursively delete the program and its subprocesses? Taskkill -f -t -im process name (java.exe)? Process name

5. Restart the project.