InterviewSolution
Saved Bookmarks
| 1. |
What is the default port of tomcat in spring boot? |
|
Answer» The DEFAULT PORT of the TOMCAT server-id 8080. It can be CHANGED by adding sever.port properties in the application.property file. |
|