1.

How Can You Run Spring Boot Application On Custom Port?

Answer»

You can SIMPLY PUT server.port PROPERTIES in application.properties.

For EXAMPLE:server.port=8050.

You can simply put server.port properties in application.properties.

For example:server.port=8050.



Discussion

No Comment Found