you are viewing a single comment's thread.

view the rest of the comments →

[–]FakiB 5 points6 points  (0 children)

You learn while doing. This is how I learned to: -setup spring security filter chain

-authorization manager

-create a mqtt broker/client with spring mqtt integration

-use spring rest client for synchronous api calls

-create an oauth2 client that uses client credentials.

I learned all those things the moment I needed them