spring-boot-spring-security-jwt-authentication
spring-boot-spring-security-jwt-authentication copied to clipboard
Updated to use H2 DB
Hi,
I loved article at https://www.bezkoder.com/spring-boot-jwt-authentication/
I did few changes
- Added "/error" in to permit all, so that it can keep returning default json format response for access denied
- Updated to use java 11
- Updated to use h2 db, to avoid need of my sql server.
Thanks, Bakul