Springboot configure the port number

pringboot project port configuration can be specified by application.yml or application.properties

Server: 
  Port: 80 
 
or 
 
server.port = 8089

 

Guess you like

Origin www.cnblogs.com/dekevin/p/12322078.html