console.jay()

Home

❯

spring boot

❯

Spring Boot MOC

Spring Boot MOC

May 16, 20251 min read

  • spring-boot
  • Inversion of control (IoC)
  • Dependency Injection
    • Constructor Injection
    • Setter Injection
    • Field Injection (Not Recommend)
  • @ComponentScan
  • @Value
  • @Autowired
  • @Qualifier
  • @Primary
  • @Lazy
  • @Scope
  • @PostConstruct and @PreDestroy
  • @Configuration and @Bean

Graph View

Backlinks

  • index

Created with Quartz v4.5.0 © 2025

  • GitHub