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
Where should the primary application class normally live?
from Spring Boot
Spring Boot 4.1.1 / Java 25 LTS
beginner
1 min
Where should the primary application class normally live?
In a named root package above the application components it should scan
In the deepest controller package so startup finds controllers first
In the unnamed default package so every dependency is scanned
Its package never affects component discovery.
Check
Ask AI about this kata
Report an error
previous kata
Which Actuator endpoint is exposed over HTTP by default in Spring Boot 4.1.1?
Quiz
next kata
What does `@ConditionalOnMissingBean(PaymentClient.class)` mean on a default bean?
Quiz
A new version is available
Reload