Embedded Servers in Spring Boot ✅
In older Java web apps, we usually build a WAR file and deploy it to an external server, such as a standalone Tomcat or JBoss.
With Spring Boot, the server is embedded inside the application. The server libraries are bundled in the classpath