常见报错
2019-07-10 本文已影响0人
吃货_ee62
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 “ 结束对应进程