26. JWT Token Provider - Part 1 (#2)

This commit is contained in:
Art
2021-09-04 16:44:01 +03:00
parent 46e0197c52
commit 8f892c5358
2 changed files with 35 additions and 1 deletions

View File

@ -10,7 +10,9 @@ spring:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
app:
jwt:
secret: ${random.value}
---
spring:
config: