Which starter enables Actuator?
Think about Spring Boot fundamentals.
Which annotation generates ID automatically?
Think about Spring Boot fundamentals.
Which file is loaded first by Spring Boot?
Think about Spring Boot fundamentals.
Which annotation is used for service layer?
Think about Spring Boot fundamentals.
Which HTTP status code indicates success?
Think about Spring Boot fundamentals.
Which format besides .properties is supported?
Alternative config format.
Think about Spring Boot fundamentals.
Which annotation defines a bean in a configuration class?
Think about Spring Boot fundamentals.
Which logging facade does Spring Boot use?
Think about Spring Boot fundamentals.
Which annotation enables configuration properties scanning?
Think about Spring Boot fundamentals.
Which annotation binds multiple properties to a POJO?
Think about Spring Boot fundamentals.
Which folder contains application.properties?
Think about Spring Boot fundamentals.
Which dependency is used for validation?
Think about Spring Boot fundamentals.
Which annotation enables auto configuration?
Think about Spring Boot fundamentals.
Which annotation binds request body?
Think about Spring Boot fundamentals.
Which embedded server is the default?
Default embedded servlet container.
Think about Spring Boot fundamentals.
Which annotation defines a bean in a configuration class?
Think about Spring Boot fundamentals.
Which annotation marks the preferred bean?
Think about Spring Boot fundamentals.
Which annotation is used to create REST APIs?
Think about Spring Boot fundamentals.
Which starter is used for REST APIs?
Think about Spring Boot fundamentals.
Which annotation marks an entity?
Think about Spring Boot fundamentals.
Which annotation is used to create REST APIs?
Think about Spring Boot fundamentals.
Which annotation maps HTTP DELETE requests?
Think about Spring Boot fundamentals.
Which annotation removes cache entries?
Think about Spring Boot fundamentals.
Which annotation enables asynchronous methods?
Think about Spring Boot fundamentals.
Which annotation is used for persistence layer?
Think about Spring Boot fundamentals.
Which annotation allows cross-origin requests?
Think about Spring Boot fundamentals.
Which Spring Boot file supports multiple profiles?
Think about Spring Boot fundamentals.
Which annotation reads cookie values?
Think about Spring Boot fundamentals.
Which annotation marks an async method?
Think about Spring Boot fundamentals.
Which starter supports reactive applications?
Think about Spring Boot fundamentals.
Which annotation reads query parameters?
Think about Spring Boot fundamentals.
Which annotation marks a Spring-managed component?
Think about Spring Boot fundamentals.
Which annotation is used to create REST APIs?
Think about Spring Boot fundamentals.
Which annotation activates a profile?
Think about Spring Boot fundamentals.
Which HTTP status represents resource created?
Think about Spring Boot fundamentals.
Which annotation updates cache?
Think about Spring Boot fundamentals.
Which annotation converts object to JSON automatically?
Think about Spring Boot fundamentals.
Which website generates Spring Boot projects?
Think about Spring Boot fundamentals.
Which endpoint exposes application metrics?
Think about Spring Boot fundamentals.
Which annotation injects bean by qualifier?
Think about Spring Boot fundamentals.
Which file contains Maven dependencies?
Think about Spring Boot fundamentals.
Which folder contains Java source files?
Think about Spring Boot fundamentals.
Which annotation is used to map all methods in a controller to a base URL?
Think about Spring Boot fundamentals.
Which annotation enables scheduling?
Think about Spring Boot fundamentals.
Which annotation customizes response status?
Think about Spring Boot fundamentals.
Which status code represents resource created?
Think about Spring Boot fundamentals.
Which annotation marks a Spring-managed component?
Think about Spring Boot fundamentals.
Which file contains Maven dependencies?
Think about Spring Boot fundamentals.
Which annotation extracts URL path values?
Think about Spring Boot fundamentals.
Which annotation maps HTTP PUT requests?
Think about Spring Boot fundamentals.
Which annotation customizes response status?
Think about Spring Boot fundamentals.
What is the default bean scope?
Think about Spring Boot fundamentals.
Which annotation specifies bean destroy callback?
Think about Spring Boot fundamentals.
Which annotation binds JSON to Java object?
Think about Spring Boot fundamentals.
Which annotation checks numeric maximum value?
Think about Spring Boot fundamentals.
Which file is the default configuration file?
Think about Spring Boot fundamentals.
Which interface is commonly returned for paginated JPA results?
Think about Spring Boot fundamentals.
Which dependency provides embedded Tomcat?
Think about Spring Boot fundamentals.
What is the default bean scope?
Think about Spring Boot fundamentals.
Which folder contains application.properties?
Think about Spring Boot fundamentals.
Which website generates Spring Boot projects?
Think about Spring Boot fundamentals.
Which annotation excludes auto configuration?
Think about Spring Boot fundamentals.
Which website generates Spring Boot projects?
Think about Spring Boot fundamentals.
Which file can define active profiles?
Think about Spring Boot fundamentals.
Which actuator endpoint checks health?
Think about Spring Boot fundamentals.
Which annotation injects property values?
Think about Spring Boot fundamentals.
Which validation annotation checks minimum length?
Think about Spring Boot fundamentals.
Which annotation gives preference when multiple beans exist?
Think about Spring Boot fundamentals.
Which annotation identifies primary key?
Think about Spring Boot fundamentals.
Which annotation checks numeric minimum value?
Think about Spring Boot fundamentals.
Which annotation maps HTTP POST?
Think about Spring Boot fundamentals.
Which endpoint provides application info?
Think about Spring Boot fundamentals.
Which property activates a Spring profile?
Think about Spring Boot fundamentals.
Which annotation marks a Spring-managed component?
Think about Spring Boot fundamentals.
What is the default bean scope?
Think about Spring Boot fundamentals.
Which annotation is used for service layer?
Think about Spring Boot fundamentals.
Which format besides .properties is supported?
Alternative config format.
Think about Spring Boot fundamentals.
Which method creates Pageable instance?
Think about Spring Boot fundamentals.
Which annotation marks a configuration class?
Think about Spring Boot fundamentals.
Which starter provides testing support?
Think about Spring Boot fundamentals.
Which annotation imports another configuration class?
Think about Spring Boot fundamentals.
Which folder contains Java source files?
Think about Spring Boot fundamentals.
Which starter is used for JPA?
Think about Spring Boot fundamentals.
Which annotation validates request body?
Think about Spring Boot fundamentals.
Which annotation loads values into immutable configuration classes?
Think about Spring Boot fundamentals.
Which annotation is used for persistence layer?
Think about Spring Boot fundamentals.
Which dependency is used for Bean Validation?
Think about Spring Boot fundamentals.
Which embedded server can replace Tomcat?
Think about Spring Boot fundamentals.
Which annotation handles exceptions globally?
Global exception handling.
Think about Spring Boot fundamentals.
Which annotation caches a method result?
Think about Spring Boot fundamentals.
Which annotation maps HTTP PATCH requests?
Think about Spring Boot fundamentals.
Which format besides .properties is supported?
Alternative config format.
Think about Spring Boot fundamentals.
Which class represents pagination information?
Think about Spring Boot fundamentals.
Which annotation scans Spring components?
Think about Spring Boot fundamentals.
Which folder contains Java source files?
Think about Spring Boot fundamentals.
Which annotation marks a configuration class?
Think about Spring Boot fundamentals.
Which repository interface provides CRUD methods?
Think about Spring Boot fundamentals.
Which annotation specifies bean initialization method?
Think about Spring Boot fundamentals.
Which annotation is used to create a REST controller in Spring Boot?
Which file is the default configuration file?
Think about Spring Boot fundamentals.
Which annotation is preferred for constructor injection conflict resolution?
Think about Spring Boot fundamentals.
Which annotation is used for persistence layer?
Think about Spring Boot fundamentals.
Which package contains Spring Boot main class by convention?
Think about Spring Boot fundamentals.
Which annotation schedules a method?
Think about Spring Boot fundamentals.
Which annotation is used with Bean Validation constraints?
Think about Spring Boot fundamentals.
Which annotation marks a configuration class?
Think about Spring Boot fundamentals.
Which annotation enables transaction management on a method?
Think about Spring Boot fundamentals.
Which annotation is used to return JSON from every method?
Think about Spring Boot fundamentals.
Which folder contains application.properties?
Think about Spring Boot fundamentals.
Which annotation enables caching?
Think about Spring Boot fundamentals.
Which embedded server is the default?
Default embedded servlet container.
Think about Spring Boot fundamentals.
Which annotation is used for service layer?
Think about Spring Boot fundamentals.
Which annotation maps HTTP GET?
Think about Spring Boot fundamentals.
Which annotation handles validation errors globally?
Think about Spring Boot fundamentals.
Which annotation injects a bean?
Think about Spring Boot fundamentals.
Which file contains Maven dependencies?
Think about Spring Boot fundamentals.
Which annotation is used to create a REST controller in Spring Boot?
Which annotation injects a bean?
Think about Spring Boot fundamentals.
Which annotation handles a specific exception?
Think about Spring Boot fundamentals.
Which logging framework is default?
Think about Spring Boot fundamentals.
Which annotation reads HTTP request headers?
Think about Spring Boot fundamentals.
Which annotation marks a class as a REST controller?
Combines @Controller and @ResponseBody.
Think about Spring Boot fundamentals.
Which annotation scans Spring components?
Think about Spring Boot fundamentals.
Which file is the default configuration file?
Think about Spring Boot fundamentals.
Which annotation scans Spring components?
Think about Spring Boot fundamentals.
Which validation annotation validates email?
Think about Spring Boot fundamentals.
Which annotation defines a bean in a configuration class?
Think about Spring Boot fundamentals.
Which annotation injects a bean?
Think about Spring Boot fundamentals.
Which embedded server is the default?
Default embedded servlet container.
Think about Spring Boot fundamentals.