[Kotlin + Spring Boot + SpringDataJPA + H2 + Gradle] 9. Spring Kotlin Jpa Querydsl Security Jwt 적용
jwt secret 생성https://jwtsecret.com/generate JwtSecret.com - Generate JWT Secrets OnlineFull secret is hidden for security.jwtsecret.com - 위사이트 접속후 32자 클릭, Generate 선택후 복사 application.ymlspring: # H2 Console 설정 h2: console: enabled: true # H2 Console을 사용할지 여부 path: /h2-console # H2 Console의 접근 경로 # 데이터베이스 설정 datasource: driver-class-name: org.h2.Driver # H2 드라이버 사용 url: ..