springboot-配置项目运行端口号

可以通过application.properties配置文件来实现,添加一行代码即可,这个方法极其简洁

server.port=8084
原文地址:https://www.cnblogs.com/dekevin/p/12330138.html