ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
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
Use @Service for business logic and @Component for general-purpose beans.
@Service uses @Component under the hood. So its more like a design principle for maintaining clean code.
@@girishanker3796 Correct, as well as it provides metadata rather than general purpose use
Next chapter th-cam.com/video/K9ythOTQUCc/w-d-xo.htmlfeature=shared
Thanks to those 100+ new subscribers, this means a lot.
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
Use @Service for business logic and @Component for general-purpose beans.
@Service uses @Component under the hood. So its more like a design principle for maintaining clean code.
@@girishanker3796 Correct, as well as it provides metadata rather than general purpose use
Next chapter th-cam.com/video/K9ythOTQUCc/w-d-xo.htmlfeature=shared
Thanks to those 100+ new subscribers, this means a lot.