# spring-boot-example-2.4.5 **Repository Path**: donkee99/spring-boot-example-2.4.5 ## Basic Information - **Project Name**: spring-boot-example-2.4.5 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-23 - **Last Updated**: 2021-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## System Requirements Spring Boot 2.4.6 requires [Java 8](https://www.java.com/) and is compatible up to Java 16 (included). [Spring Framework 5.3.7](https://docs.spring.io/spring/docs/5.3.7/reference/html/) or above is also required. Explicit build support is provided for the following build tools: | Build Tool | Version | | :--------- | :----------------------------------------------------------- | | Maven | 3.5+ | | Gradle | 6 (6.3 or later). 5.6.x is also supported but in a deprecated form | ## Servlet Containers Spring Boot supports the following embedded servlet containers: | Name | Servlet Version | | :----------- | :-------------- | | Tomcat 9.0 | 4.0 | | Jetty 9.4 | 3.1 | | Undertow 2.0 | 4.0 | You can also deploy Spring Boot applications to any Servlet 3.1+ compatible container.3.3. Installing Spring Boot ## Spring Boot Features Need more details about Spring Boot’s core features? The following content is for you: 1. Core Features: SpringApplication | External Configuration | Profiles | Logging 2. Web Applications: MVC | Embedded Containers 3. Working with data: SQL | NO-SQL 4. Messaging: Overview | JMS 5. Testing: Overview | Boot Applications | Utils 6. Extending: Auto-configuration | @Conditions