1.

How To Run Spring Boot Application To Custom Port ?

Answer»

In application.properties, ADD FOLLOWING PROPERTY.

server.port = 8181.

In application.properties, add following property.

server.port = 8181.



Discussion

No Comment Found