Spring MVC - 4. Services

preview_player
Показать описание
Spring MVC - 4. Services

Рекомендации по теме
Комментарии
Автор

I am going through undergrad school for comp science, and you are better at teaching Spring Framework than my instructors. Thank you. I subbed.

tannerkerby
Автор

Hey, thanks a lot for this high-quality content. Each video is short, well maked, so it helps to focus on and listen well structured information.

Just want to say thanks, because i see no much comments or activity, that you deserve. Great job ;)

evgenyleshok
Автор

Can you please create a tutorial for clean architecture in java?

handyitman_reyjoy
Автор

On line 23, .stream, .map, .collect, Collectors... where is all that from? Is it standard Java stuff or is it part of one of the dependencies? I'm a bit lost on how that line is working.

CrushOfSiel
Автор

Why is not there any @Service annotation above the class?

ElmshornBoy
Автор

I don't understand line 23 in 4:51. Can someone explain in an easy way why we need that line.

Hirogaming
Автор

I'm not getting builder() and i do have Lombok installed and the ClubDto with the @Builder tag on it, with a reference to Lombok

obsdark
Автор

Hi Teddy, really nice video. I do have a question, can you explain a little further why do I need an interface for my service, and don't simply use a class ?

fate
Автор

I'm not get builder() method please give solution

Anbarasan-bm
Автор

private ClubDto mapToClubDto(Club club) {
ClubDto clubDto=ClubDto. When im try to map club to clubDto here im Not Getting Builder() What Would be the Problem
}

Aaqibkhan-oyfr