← Home
🔥
0 DAY
⚡
0 XP
🌱
Beans, profiles, web, data.
🌱 SPRING & DI
Spring Boot fundamentals: dependency injection, auto-configuration, MVC, transactions, profiles.
📖 GLOSSARY
🎯 QUIZ (6)
Term Glossary
All 15
New 15
Review 0
Mastered 0
@Component / @Service / @Repository
Bean stereotypes.
▾
@Transactional
Wraps a method in a DB transaction.
▾
Profile
Conditional bean activation.
▾
Application Properties
Key/value config.
▾
Spring Boot Starter
Curated dependency bundle.
▾
Auto-configuration
Conditional beans based on classpath.
▾
@RestController
@Controller + @ResponseBody.
▾
@ConfigurationProperties
Bind a prefix of properties to a POJO.
▾
Spring Data JPA
Repository abstraction over JPA.
▾
Actuator
Production-ready endpoints.
▾
WebClient
Reactive non-blocking HTTP client.
▾
ApplicationContext
The DI container.
▾
Bean Scope
singleton (default) / prototype / request / session.
▾
@Async
Run a method on a TaskExecutor.
▾
@SpringBootTest
Bootstraps the full context for tests.
▾
← All topics