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