application-prod.ymlspring-drift compares your Spring Boot config files across all profiles and tells you exactly where prod silently diverges from what you intended.
management.endpoints.web.exposure.include=* set in dev, copy-pasted to staging, forgotten in prod. Your internal metrics are now public.
spring.jpa.hibernate.ddl-auto=update stayed in prod because nobody checked. Works fine — until the schema changes.
A feature flag defined in dev and staging, missing in prod. No error, no warning. Just null where you expected true.
These don't show up in code review. They don't fail your tests. They wait.
The Markdown report links directly into your PRs. Paste it, commit it, share it.
Single native binary for Linux or macOS. No JRE, no Docker, no setup.
spring-drift scan ./src/main/resources
Drift issues ranked by severity. Paste drift-report.md into your next PR.
xattr -d com.apple.quarantine ./spring-drift once after downloading. This is standard for developer CLI tools distributed outside the App Store.application.properties too?.yml, .yaml and .properties in any mix.