seefa / spring-core-tutorial

This tutorial project explains spring-core concepts. Using Spring pure java configuration and annotations. support Dependency Injection for wiring Spring context bean with each other and many more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-core-tutorial

This tutorial code used to explain Spring Core concepts:

  • IoC Container
  • Spring context
  • Bean definition(@Bean, @Component, @Service, etc => Stereotype annotations)
  • @ComponentScan feature and XML-based bean definition
  • D.I
  • Spring Bean Scope(Singleton, Prototype)
  • Lazy bean loading
  • Qualifier and define custom Alias for bean accessibility
  • Spring Bean Lifecycle and callback methods(@PostConstruct and @PreDestroy)
  • Import configuration
  • Spring Profile and activation profiles
  • Property Source
  • Value with SpEL

About

This tutorial project explains spring-core concepts. Using Spring pure java configuration and annotations. support Dependency Injection for wiring Spring context bean with each other and many more.

License:Apache License 2.0


Languages

Language:Java 100.0%