Spring Boot JAR Example
Spring Boot-> Spring Boot is an open-source, Java-based framework that provides support for Rapid Application Development and gives a platform for developing stand-alone and production-ready applications within minutes. It has extra support of auto-configuration and embedded server like Tomcat, Jetty, Undertow.
Spring Boot Features-
- Inbuild Tomcat Server
- No XML Configuration
- Devtool- Live Reload Application
- With in minute production ready application
- Application Development Faster
JAR- Java Archive File It contains- 1. Java Class Files(.class) 2. Metadata(Manifest)