springboot_read_config
Reads Spring Boot project configuration files to detect base package. Supports YAML, properties, and Bootstrap configs with profile overlay and merging.
Instructions
Read Spring Boot project configuration (YAML/Properties/Bootstrap) and infer base package
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Optional explicit project root to scan | |
| active_profile | No | Profile name to overlay (e.g. dev, prod) | |
| include_profiles | No | Whether to collect all available profile files | |
| merge_strategy | No | How to merge base and profile configs | overlay |