# spring-boot-cnb **Repository Path**: mirrors_cloudfoundry/spring-boot-cnb ## Basic Information - **Project Name**: spring-boot-cnb - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `spring-boot-cnb` The Cloud Foundry Spring Boot Buildpack is a Cloud Native Buildpack V3 that runs Spring Boot applications. ## Detection The detection phase passes if: * The build plan contains `jvm-application` ## Build If the build plan contains * `jvm-application` * Checks for the existence of a `Spring-Boot-Version` manifest key * If found, * Contributes suitably configured process types to layers marked build, cache, and launch * Checks for the existence of `.groovy` files, all of which must be `POGO` or configuration files * If found, * Contributes the `spring-boot-cli` binary and suitably configured process types to a layer marked launch ## License This buildpack is released under version 2.0 of the [Apache License][a]. [a]: https://www.apache.org/licenses/LICENSE-2.0