From eb50756de7e09c59798a21b52c4472726bec321f Mon Sep 17 00:00:00 2001 From: mkk Date: Tue, 9 Jun 2020 23:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7access=5Ftoken,=20refresh=5Ft?= =?UTF-8?q?oken=E4=B8=BAJWT(Json=20Web=20Token),=20=E6=8F=90=E9=AB=98?= =?UTF-8?q?=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c181106..c1da5a4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -46,5 +46,7 @@ spring.main.allow-bean-definition-overriding=true # @since 2.1.0 # 配置使用什么类型 TokenStore,支持 jdbc, jwt sos.token.store=jwt +# jwt key (length >= 16), optional +#sos.token.store.jwt.key=IH6S2dhCEMwGr7uE4fBakSuDh9SoIrRa