No video

Spring Boot API with Spring Security and Docker

  Рет қаралды 16,689

Get Arrays

Get Arrays

Күн бұрын

Пікірлер: 50
@markreeves5561
@markreeves5561 5 ай бұрын
Thank you a lot for this course. You are surely a very great instructor who knows how to teach anyone espeacially beginners. I have just subscribed to this channel. Thanks once again.
@GetArrays
@GetArrays 5 ай бұрын
You're very welcome!
@swerytv4342
@swerytv4342 Жыл бұрын
thanks junior for this tutorial
@calintamas7576
@calintamas7576 Жыл бұрын
Super cool and professional! Congrats, Junior!
@GetArrays
@GetArrays Жыл бұрын
Thank you
@dandendrasingh7326
@dandendrasingh7326 Жыл бұрын
Great one junior
@marko8640
@marko8640 Жыл бұрын
I would love to see Junit tests in your apps, too. Excellent work, as always.
@ChandlerBing11
@ChandlerBing11 Жыл бұрын
Amazing tutorial! Nice going, Junior
@muhammadkhoirulumam7047
@muhammadkhoirulumam7047 Жыл бұрын
this is truly a high-quality content, it helps me a lot to understand Spring Boot.
@heyrmi
@heyrmi Жыл бұрын
Thank you for this course.
@josemariaaguilar8936
@josemariaaguilar8936 10 ай бұрын
hola, este es un grancioso video, gracias por compartir tus conocimientos, todos tus videos son geniales
@waeljadla9688
@waeljadla9688 Жыл бұрын
Great job junior as usual ! We are waiting for micro service architecture api with deployment. ! Thanks bro❤
@loicsan5616
@loicsan5616 Жыл бұрын
yeah it is the most waited series tutorials!
@kalleousmanediallo2660
@kalleousmanediallo2660 Жыл бұрын
Just awesome. Thank you so much sir
@klepra
@klepra Жыл бұрын
Just a note for 1:14:54, with Spring Boot 3.0 (now in release candidate version ) you will have to explicitly add @Configuration with @EnableWebSecurity
@alexradu1921
@alexradu1921 7 ай бұрын
Note for 1:14:54 : with Spring Boot 3 - the @EnableGlobalMethodSecurity(prePostEnabled = true) is DEPRECATED - so we can use @EnableMethodSecurity instead which has prePostEnabled default set to true
@roberteli1837
@roberteli1837 Жыл бұрын
great content, nice work junior.
@GROOVETECHSETS
@GROOVETECHSETS Жыл бұрын
Wow thank you! Nice guide for beginners like me. I use Dracula theme too., one of the best skins IMO.
@abdoulkarimbalde2802
@abdoulkarimbalde2802 Жыл бұрын
Thank you very much brother, you help us a lot, keep continue on java spring and angular tutorials, we love it very well
@GetArrays
@GetArrays Жыл бұрын
Thank you
@pip3936
@pip3936 Жыл бұрын
Hi, can you please make jwt authentication and authorization process with new version of spring
@Constantine4j
@Constantine4j Жыл бұрын
Always quality content! Thanks a lot! …again! :)
@YadiAnyankah
@YadiAnyankah Жыл бұрын
Great content. Thanks
@user-gn4jo7wg8d
@user-gn4jo7wg8d Жыл бұрын
great tutorial thank you
@geekwp
@geekwp Жыл бұрын
Nice Video with good coding standards.
@georgebanin4812
@georgebanin4812 Жыл бұрын
thanks so much,i'll be waiting for that spring security tutorial(please cover eveything atleast 70% will do LOL)
@lokeshm6475
@lokeshm6475 Жыл бұрын
Hi can you please let me know what are the security requirements I need to fulfill to do angular and spring boot app safe and secure. I'm a new developer and trying to develop angular app with more security
@ayanchakraborty7842
@ayanchakraborty7842 Жыл бұрын
When are you coming up with spring security course?
@maorzehavi4731
@maorzehavi4731 Жыл бұрын
Plz upload the security course
@magicianam1563
@magicianam1563 Жыл бұрын
waiting for full security
@donnymboma9917
@donnymboma9917 Жыл бұрын
Thank you for this tutorial, can we get an Angular project with NgRx please ?
@GetArrays
@GetArrays Жыл бұрын
Soon Yes
@thamizharasansrinivasan1618
@thamizharasansrinivasan1618 Жыл бұрын
I have a doubt... Its a general doubt. What is the need of Interface for service? We can directly go for Service class instead of creating an interface and then implements it. Could you please clarify my doubt?
@pzharski
@pzharski Жыл бұрын
It's good practice. Your service interface might be implemented differently for a different purpose. And the good practice is using interfaces to define a variable or method's parameters in your code so you can easily change them basid on Business requirements. So your code doesn't depends on some particular implementation, but depends on abstraction. What makes it more flexible. Example: Let's say, we have an interface MailService. And it has the method sendMessage(), readMessage() and etc. And you can implement OutlookMailService, SMTPMailService, BasicMailService and so on, based on this Interface. So then you should use interface MailService to define variable or method parameters. ----- public MailsService service = new OutlookMailService(), or SMTPMailService createMailClient(MailsService service) and you can send here any of OutlookMailService, SMTPMailService, BasicMailService and it will work. ----- You can read about SOLID principles (in our case pay attention to L and D) Hope I explained a bit or just gave you a start point for investigation. Good luck!
@vishnupr2539
@vishnupr2539 Жыл бұрын
Can u make a video based on new way on spring security configs..(without extending the WebSecurityConfigurerAdapter)
@GetArrays
@GetArrays Жыл бұрын
That’s what this course teaches
@ordered_saddle5
@ordered_saddle5 Жыл бұрын
hello, arrayList variable 'DATABASE ' is final but you were able to add/delete/update... arent final variables supposed to be unmodifiable??
@GetArrays
@GetArrays Жыл бұрын
Not really. Final can be changed.
@aliismail8046
@aliismail8046 Жыл бұрын
Thanks junior, how we can make hasAnyRole dynamic to retrieve roles names from database?
@GetArrays
@GetArrays Жыл бұрын
I wanna say yes, but I never use it that way.
@prerit714
@prerit714 Жыл бұрын
Hi there, are you using i3 window manager?
@GetArrays
@GetArrays Жыл бұрын
yes
@prerit714
@prerit714 Жыл бұрын
@@GetArrays Thanks for your reply, I love your tutorials on springboot!, they helped me alot when I was doing my internship a while ago :)
@nickbubuioc
@nickbubuioc Жыл бұрын
what is the name of that beautiful background?
@GetArrays
@GetArrays Жыл бұрын
I found it online. I’ll send you the link
@ordered_saddle5
@ordered_saddle5 Жыл бұрын
thanks and i have a little confusion when Account is created expired = false by default, but while returning User in loadUserByUsername you are negating it like !account.isExpired() which changes expired = true same question for !account.isCredentialsexpired() AND !account.isLocked(), authorities) why are we negating the boolean results using "!"
@JaimeReyCasadoMonokepos
@JaimeReyCasadoMonokepos Жыл бұрын
hi, thanks for the tutorial, but im having an issue: Parameter 0 of constructor in io.getarrays.apiapplication.service.impl.JpaEmployeeServiceImpl required a bean of type 'io.getarrays.apiapplication.repository.JpaEmployeeRepository' that could not be found. any idea? thanks you again
@JaimeReyCasadoMonokepos
@JaimeReyCasadoMonokepos Жыл бұрын
solved, not really sure how, but it worked
Docker and Spring Boot
1:20:56
Get Arrays
Рет қаралды 7 М.
My Cheetos🍕PIZZA #cooking #shorts
00:43
BANKII
Рет қаралды 26 МЛН
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН
Spring Security: The Good Parts by Daniel Garnier-Moiroux
45:09
SpringBoot to Kubernetes in 15 minutes
19:50
EkitLab
Рет қаралды 22 М.
Spring Data JPA Pagination with Angular
2:30:17
Get Arrays
Рет қаралды 21 М.
Microservices using SpringBoot 3.0 | Full Example [NEW]
1:25:38
Daily Code Buffer
Рет қаралды 179 М.
Spring Security | FULL COURSE
4:57:58
Amigoscode
Рет қаралды 941 М.
How to build a NodeJs API with MySQL and Docker
3:26:17
Get Arrays
Рет қаралды 12 М.