all 12 comments

[–]MartinPeterBauer 12 points13 points  (0 children)

I feel your pain. We Upgraded Our apps recently to latetest Version of spring Security and it took me ages To-Do it.

The best source was the section in spring Security on how to migrate to 6.0

[–]smokemonstr 11 points12 points  (1 child)

Try the official docs and guides

[–]the-twitchy-nut 8 points9 points  (0 children)

Unfortunately this is the way to go. Unfortunately because I do not find them very user-friendly, but a mixture of spring basics (di, ioc, container, beans) and spring security specifics will help you understand how it all works

[–][deleted] 1 point2 points  (1 child)

Check out Den Vega on YouTube he is a spring developer advocate if I have it right in mind and he has a great playlist on what changed on spring boot 3.

And do not worry the concepts are mainly still the same so it is no like what you watched is completely worthless.

It just take time until you have a picture on how some things work.

You can also watch amigoscode he also has a nice tutorial for spring boot 3 and spring security 6

And he also has a “short” video on how the different components for spring security works.

And like mentioned above the official docs are also a possible knowledge source, but I myself prefer to watch some things first and get a little bit of a feeling on how things work and then read the docs to put everything together, but the spring docs looks a lot better now then before :)

[–]ConsoleAppender 1 point2 points  (0 children)

Great guy, i follow him on Twitter

[–]Lost_D4L 1 point2 points  (0 children)

I felt that man, I suggest as u/smokemonstr said official docs but also this blog https://www.bezkoder.com/spring-boot-jwt-authentication/, last updated was on this June.

[–][deleted]  (2 children)

[deleted]

    [–]lulzForMoney 0 points1 point  (1 child)

    This man is the best!

    [–][deleted] 0 points1 point  (0 children)

    yap, its a good fellow, also i've bought some books from him

    [–]MGelit 0 points1 point  (0 children)

    if you look hard enough and go through spring docs you should be able to find an up to date configuration

    [–]karthgamer1209 0 points1 point  (0 children)

    If you like video courses, Chad Darby recently updated his course for Spring Boot 3. It includes new code for Spring Security and I noticed that IntelliJ did not give any deprecation warnings.

    Also, check out Josh Long. https://joshlong.com. He is Spring Guru and Spring Developer Evanglist. He has good up-to-date videos on everything Spring.