InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to change the port of the embedded Tomcat server in Spring Boot? |
|
Answer» YES, it is POSSIBLE. By USING the server.port in the application.properties. |
|