Files
spring-boot-demo/custom-starter/output/16-conditional-on-property-without-match-if-missing.txt
T
Claude c418589251 Add custom-starter module: a Boot 4 auto-configuration starter with conditions, metadata and runner tests
Two-jar starter (autoconfigure + starter), a demo app, and 17 captured transcripts
covering AutoConfiguration.imports, @ConditionalOn*, ordering, optional Jackson 3
integration, configuration metadata and the Boot 4 module split.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
2026-09-24 06:53:07 +00:00

11 lines
322 B
Plaintext

# @ConditionalOnProperty(prefix = "traps", name = "enabled") with no matchIfMissing
--- no property set ---
Marker beans : 0
com.ankurm.traps.DefaultOffAutoConfiguration [not matched]
did not match: @ConditionalOnProperty (traps.enabled) did not find property 'enabled'
--- traps.enabled=true ---
Marker beans : 1