Google News
logo
Java Spring Boot - Interview Questions
How to deploy spring boot application in tomcat?
Whenever you will create your spring boot application and run it, Spring boot will automatically detect the embedded tomcat server and deploy your application on tomcat.

After successful execution of your application, you will be able to launch your rest endpoints and get a response.
Advertisement