# Spring Boot Framework Pack

Use this pack when the repository uses Spring Boot for APIs, jobs, or backend services.

## Primary signals

- `pom.xml` or Gradle config references `spring-boot`
- application bootstrap classes exist in `src/main/java`

## Companion surfaces

- `lang:java`
- service validation and release-readiness checks

## Validation cues

- verify dependency injection, config profiles, and integration points together
- confirm startup, controller, and data-layer behavior with tests or smoke checks
