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
11 lines
322 B
Plaintext
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
|