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

Function NewSpringBootContainer

src/java/containers/spring_boot.go:19–23  ·  view source on GitHub ↗

NewSpringBootContainer creates a new Spring Boot container

(ctx *common.Context)

Source from the content-addressed store, hash-verified

17
18// NewSpringBootContainer creates a new Spring Boot container
19func NewSpringBootContainer(ctx *common.Context) *SpringBootContainer {
20 return &SpringBootContainer{
21 context: ctx,
22 }
23}
24
25// Detect checks if this is a Spring Boot application
26func (s *SpringBootContainer) Detect() (string, error) {

Callers 3

container_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected