springBoot 项目启动异常
一 端口问题
java.net.BindException: Address already in use: bind

决解方案:
1.进入 ”命令“ ,输入 ” netstat -aon|findstr "8081" “

2. 输入 ” taskkill /pid 49560 /f “ 结束对应进程

java.net.BindException: Address already in use: bind
1.进入 ”命令“ ,输入 ” netstat -aon|findstr "8081" “
2. 输入 ” taskkill /pid 49560 /f “ 结束对应进程
本文标题:常见报错
本文链接:https://www.haomeiwen.com/subject/biprhctx.html
网友评论