Spring Annotations for Experienced Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 6

  • @oxyfellowship
    @oxyfellowship หลายเดือนก่อน +1

    Great overview of Spring annotations! Quick question: when would you recommend using @Component vs. @Service in a Spring Boot project? Are there specific scenarios where one is better than the other? #springboot #java

    • @bit_syans
      @bit_syans  หลายเดือนก่อน +1

      Use @Service for business logic and @Component for general-purpose beans.

    • @girishanker3796
      @girishanker3796 หลายเดือนก่อน +1

      @Service uses @Component under the hood. So its more like a design principle for maintaining clean code.

    • @sarkar_957
      @sarkar_957 9 วันที่ผ่านมา

      ​@@girishanker3796 Correct, as well as it provides metadata rather than general purpose use

  • @bit_syans
    @bit_syans  ปีที่แล้ว +5

    Next chapter th-cam.com/video/K9ythOTQUCc/w-d-xo.htmlfeature=shared

    • @bit_syans
      @bit_syans  ปีที่แล้ว +4

      Thanks to those 100+ new subscribers, this means a lot.