Hi Dan, Smart stuff always with concise words. One question. What is the http command prompt you use for rest api testing from the IntelliJ console ? I searched and found many, please tell me which one you are using?
Hey Dan! Could you give us some tips about freelancing or getting remote jobs especially for inexperienced developers, maybe in a future video? Also thank you for all your efforts this channel is a gem!
Hi @Dan: Great to see your content. I am having difficulty to find a working example for OAuth2 Client Credentials (server to server) using new spring boot 3 and webflux 6(with webclient). Could you pease do a video on this one?
I really feel like this does not make it simpler in the slightest. You save on a view "and"s but that's about it. It's just DIFFERENT, but not more readable. Making the old way deprecated (and possibly removing it later) means that EVERYONE upgrading his Spring project has to switch his completely-working Security Configuration with a slightly different-looking configuration. This takes a lot of time if you are not familiar and bears the risk of breaking things. I like most things they do with the Springframework, but DAMN - i just hate this! Value our time more Framework Creators, thank you....
Hi Dan Vega, I would appreciate it if you could provide Spring security 6 course. There are many people on the internet looking for the right course, so I'm requesting you to make it. Thanks in advance.
Nice one dan. May I know the reason that why you are using @Configuration at SecurityConfig class. As @EnableWebSecurity already has configuration in it ?
The view count doesn't do justice to the quality of this video. The world should see this. Thank you Dan
Great one Dan! We need more of these!
That's great to hear! I always struggle with making these in depth tutorials so I love hearing that these short tips are helpful!
Great Video Dan as always
Hi Dan,
Smart stuff always with concise words.
One question.
What is the http command prompt you use for rest api testing from the IntelliJ console ?
I searched and found many, please tell me which one you are using?
Hey Dan! Could you give us some tips about freelancing or getting remote jobs especially for inexperienced developers, maybe in a future video? Also thank you for all your efforts this channel is a gem!
Hello, thank for the video, cors( ) isn't necessary?
Thank you Dan
A very clear explanation. Thanks.
Thank you! Awesome video as always! 💛
Can you do a tutorial on implementing a form of multi-factor authentication in a Spring application?
I will add the suggestion to my backlog. Thank you!
I like these videos. Thanks a lot, Dan !
I love the new syntax, much cleaner finish.
The Look of the IDE is pretty cool! Is this the default theme for IntelliJ IDEA Ultimate?
I created a video on my IntelliJ setup if you're interested
ua-cam.com/video/g78is10FjF0/v-deo.html
Thanks dan
DAAAAAAAAAAAAAAAAAAAAAAAAAAN! THX!
Pardon, but how do you settings your IDE to colorize the console log?
Great content Dan. offering option for us. Could i know this intellij theme please
I created a video on my IntelliJ setup if you're interested
ua-cam.com/video/g78is10FjF0/v-deo.html
Hey Dan! Nice content.. thank you. Would you clarify if there is a way to disable default authentication in spring security 6. !!
Hi @Dan: Great to see your content. I am having difficulty to find a working example for OAuth2 Client Credentials (server to server) using new spring boot 3 and webflux 6(with webclient). Could you pease do a video on this one?
what http client are you using.looks like you are using in terminal, is it a plugin ?
Thanks Dan, that is great :)
tks you very much
I really feel like this does not make it simpler in the slightest. You save on a view "and"s but that's about it. It's just DIFFERENT, but not more readable. Making the old way deprecated (and possibly removing it later) means that EVERYONE upgrading his Spring project has to switch his completely-working Security Configuration with a slightly different-looking configuration.
This takes a lot of time if you are not familiar and bears the risk of breaking things.
I like most things they do with the Springframework, but DAMN - i just hate this! Value our time more Framework Creators, thank you....
I still like the expressiveness of the method chaining than the lambda dsl
Hi Dan Vega, I would appreciate it if you could provide Spring security 6 course. There are many people on the internet looking for the right course, so I'm requesting you to make it. Thanks in advance.
First
Nice one dan. May I know the reason that why you are using @Configuration at SecurityConfig class. As @EnableWebSecurity already has configuration in it ?
EnableWebSecurity no longer has @Configuration in it.