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

README says JDK 8+ required instead of 17+ #11

Closed matefoldes closed 1 year ago

matefoldes commented 1 year ago

Spring boot 3 and Spring framework 6 requires Java 17. The readme should be updated according to that.

ali-bouali commented 1 year ago

Thanks for the highlight. Updated the readme file