spring-boot-spring-security-jwt-authentication icon indicating copy to clipboard operation
spring-boot-spring-security-jwt-authentication copied to clipboard

Updated to use H2 DB

Open bkakadiya opened this issue 3 years ago • 0 comments

Hi,

I loved article at https://www.bezkoder.com/spring-boot-jwt-authentication/

I did few changes

  1. Added "/error" in to permit all, so that it can keep returning default json format response for access denied
  2. Updated to use java 11
  3. Updated to use h2 db, to avoid need of my sql server.

Thanks, Bakul

bkakadiya avatar Oct 06 '22 15:10 bkakadiya