The Spring Boot Container allows Spring Boot applications, packaged distZip-style to be run. Note All styles of Sping Boot can be run (e.g. self-executable JAR, WAR file, distZip-style). This is just explicit support for the distZip style.
| Detection Criteria | The lib/spring-boot-.*.jar file exists in either the top-level directory or an immediate subdirectory of the application. |
| Tags | spring-boot=<version> |
The container expects to run the application creating by running gradle distZip in an application built with the Spring Boot Gradle plugin.
The Spring Boot Container cannot be configured.