Spring Fundamentals - Conference Speaker Spring Java
- AppConfig
- @Configuration
- @Bean
- Setter injection
- Constructor injection
- Scopes
- Singleton
- Prototype
- @ComponentScan
- @Autowired
- Setter
- Constructor
- @Service
- @Repository
- Bean Lifecycle
- @PostConstruct
- FactoryBean
- SpEL (Spring Expression Language)
- @Value
- @Profile (VM options: -Dspring.profiles.active=profile_name)