Тёмный

Spring & Spring Boot Annotations Series - #6 - @Controller, @Service and @Repository Annotations 

Java Guides
Подписаться 158 тыс.
Просмотров 19 тыс.
50% 1

Hi, welcome to Spring & Spring Boot Annotations Series. In this video, we will learn how to use @Bean annotation to create Spring Bean definitions using Java-based configuration.
These Stereotype Annotations such as @Controller, @Service & @Repository are used to create Spring beans automatically in the application context (Spring IoC container).
@Service annotation is used to create Spring beans at the Service layer
@Repository is used to create Spring beans for the repositories at the DAO layer
@Controller is used to create Spring beans at the controller layer
Complete playlist: • Spring & Spring Boot A...
#spring #springboot #annotations

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@JavaGuides
@JavaGuides Год назад
Complete playlist: ru-vid.com/group/PLGRDMO4rOGcN-8NFRfIBkbdJuifnWkPCR
@Vithal_Nivargi
@Vithal_Nivargi Год назад
Thanks a lot please Try to add one more videos on annotations based and if possible add some JPA based annotations as well in this series. Thanks ❤️
@shyamsunderreddygunda3991
@shyamsunderreddygunda3991 Год назад
Clear explanation
@wagnerdba
@wagnerdba Год назад
Nice... Thx Bro.
Далее
Top 10 Spring Annotations to know in 2024
26:41
Просмотров 85 тыс.
13 Using RestController, Service and Repository
14:17