Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
Spring Boot
What does `@ConditionalOnMissingBean(PaymentClient.class)` mean on a default bean?
from Spring Boot
Spring Boot 4.1.1 / Java 25 LTS
intermediate
1 min
What does `@ConditionalOnMissingBean(PaymentClient.class)` mean on a default bean?
Register the default only when the condition finds no matching PaymentClient bean
Delete every application-defined PaymentClient and install the default
Create one default PaymentClient for every HTTP request
Disable all auto-configuration when PaymentClient is absent
Check
Ask AI about this kata
Report an error
previous kata
Where should the primary application class normally live?
Quiz
next kata
What is the final line printed by this application?
Predict the output
A new version is available
Reload