pringboot项目端口配置可以通过application.yml或application.properties指定

server :
  port : 80
 
或者
 
server.port = 8089