Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.62 KB

container-spring-boot-cli.md

File metadata and controls

32 lines (26 loc) · 1.62 KB

Spring Boot CLI Container

The Spring Boot CLI Container runs one or more Groovy (i.e. *.groovy) files using Spring Boot CLI.

Detection Criteria
  • The application has one or more .groovy files in the root directory, and
  • All the application's .groovy files in the root directory are POGOs (a POGO contains one or more classes), and
  • None of the application's .groovy files in the root directory contain a main method, and
  • The application does not have a WEB-INF subdirectory of its root directory.
Tagsspring-boot-cli-⟨version⟩
Tags are printed to standard output by the buildpack detect script

Configuration

The container can be configured by modifying the config/springbootcli.yml file. The container uses the Repository utility support and so it supports the version syntax defined there.

Name Description
repository_root The URL of the Spring Boot CLI repository index (details).
version The version of Spring Boot CLI to use. Candidate versions can be found in this listing.