The property to set the host server port in Spring app is ________
Answers
Answered by
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