Idea 有时打开会出现Error running xxxxx: Address localhost:1026 is already in use
说明1026端口号被占用只需要找到它
1:首先cmd找到这个占用的Pid
cmd:
netstat -ano
taskkill -f -pid 9984
2:也可以点击stop按钮,在运行按钮后!停止当前的tomcat运行,释放端口!
Idea 有时打开会出现Error running xxxxx: Address localhost:1026 is already in use
说明1026端口号被占用只需要找到它
1:首先cmd找到这个占用的Pid
cmd:
netstat -ano
taskkill -f -pid 9984
2:也可以点击stop按钮,在运行按钮后!停止当前的tomcat运行,释放端口!