From 129bc8f0c9bce0306aa99fafde97689f645dbbb5 Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期三, 20 一月 2021 09:39:30 +0800
Subject: [PATCH] finish basic jwt func

---
 src/main/resources/config/application.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml
index 1369392..0d58efb 100644
--- a/src/main/resources/config/application.yml
+++ b/src/main/resources/config/application.yml
@@ -58,4 +58,5 @@
 #  base-package: com.whyc.controller
 knife:
   enable: true
-#  enable: fase
+jwt:
+  hexEncodedSecretKey: perryhsu

--
Gitblit v1.9.1