【Spring Boot】项目端口号冲突解决方法,一步到位

启动项目遇到以下问题:

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.

Process finished with exit code 1

找到要启动的项目的配置文件application.properties ,没有的话可以在 resources 下手动创建。如图添加端口号设置代码,改一个不重复的端口号,启动项目即可成功。此处要注意的是,Spring Boot 可以用不同类型的配置文件,其语法也不相同,详情请参考【Spring Boot】Spring Boot 配置文件详解(application.yml、application-dev.yml、application-test.yml )

yaml 复制代码
# 应用服务 WEB 访问端口
server.port=8081

最后运行成功!

持续更新ing,动动小手,点点关注,后续更精彩!

相关推荐
秋の花4 分钟前
【JAVA基础】Java集合基础
java·开发语言·windows
小松学前端7 分钟前
第六章 7.0 LinkList
java·开发语言·网络
Wx-bishekaifayuan14 分钟前
django电商易购系统-计算机设计毕业源码61059
java·spring boot·spring·spring cloud·django·sqlite·guava
customer0818 分钟前
【开源免费】基于SpringBoot+Vue.JS周边产品销售网站(JAVA毕业设计)
java·vue.js·spring boot·后端·spring cloud·java-ee·开源
全栈开发圈20 分钟前
新书速览|Java网络爬虫精解与实践
java·开发语言·爬虫
WaaTong23 分钟前
《重学Java设计模式》之 单例模式
java·单例模式·设计模式
面试鸭25 分钟前
离谱!买个人信息买到网安公司头上???
java·开发语言·职场和发展