@Bean annotation example in spring boot

Directory Structure pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 3.4.3 com.example BeanExample 0.0.1-SNAPSHOT BeanExample Demo project for Spring Boot 17 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin

Mar 15, 2025 - 08:48
 0
@Bean annotation example in spring boot

Directory Structure

Image description

pom.xml



 4.0.0
 
  org.springframework.boot
  spring-boot-starter-parent
  3.4.3
   
 
 com.example
 BeanExample
 0.0.1-SNAPSHOT
 BeanExample
 Demo project for Spring Boot
 
 
  
 
 
  
 
 
  
  
  
  
 
 
  17
 
 
  
   org.springframework.boot
   spring-boot-starter-web
  

  
   org.springframework.boot
   spring-boot-starter-test
   test
  
 

 
  
   
    org.springframework.boot
    spring-boot-maven-plugin