ali-bouali / spring-boot-3-jwt-security

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt
Apache License 2.0
1.86k stars 870 forks source link

Refactor for missing annotation and modifiers #22

Closed yildizmy closed 1 year ago

ali-bouali commented 1 year ago

Thank you for your efforts. But this is only code formatting and I prefer better my formatting style. especially for the SecurityFilterChain bean: It is more readable and understandable with my formatting style

yildizmy commented 1 year ago

What about missing annotations? Would you still prefer to use them as missing?