MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / SpringBootContainer

Struct SpringBootContainer

src/java/containers/spring_boot.go:12–16  ·  view source on GitHub ↗

SpringBootContainer handles Spring Boot JAR applications

Source from the content-addressed store, hash-verified

10
11// SpringBootContainer handles Spring Boot JAR applications
12type SpringBootContainer struct {
13 context *common.Context
14 jarFile string
15 startScript string // For staged Spring Boot apps (bin/application)
16}
17
18// NewSpringBootContainer creates a new Spring Boot container
19func NewSpringBootContainer(ctx *common.Context) *SpringBootContainer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected