Can you explain what happens in the background when a Spring Boot Application is “Run as Java Application”?
Anonimo
When a Spring Boot application is executed as “Run as Java application”, then it automatically launches up the tomcat server as soon as it sees that you are developing a web application.