Computer Science, asked by swani4345, 7 months ago

The property to set the host server port in Spring app is ________

Answers

Answered by Sameer1606
1

Answer:

By default, Spring Boot applications run on an embedded Tomcat via port 8080. In order to change the default port, you just need to modify the server. port attribute, which is automatically read at runtime by Spring Boot applications.

Similar questions