因为我们SpringBoot的默认端口是server.port=8080,所以可能会导致端口占有的情况
cmd命令进入doc窗口:
1.输入 netstat -nao 查看目前使用中的端口信息
2.输入 tasklist |findstr "3816"
首先右键点击电脑任务栏,弹出一个选择框,选择启动任务管理器(也可以按下Ctr+Alt+Delete)
右键选择需要关闭的应用程序。
再次启动springboot
Identify and stop the process that's listening on port 8080 or configure this application to listen