From 259294a3a1f922188075ad6ddad502eca5886b07 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 05 Feb 2018 15:06:31 +0800
Subject: [PATCH] 旧版登录功能 加密修复
---
src/main/resources/application.yml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index dfe775d..6967306 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -3,14 +3,7 @@
session-timeout: 30
tomcat.max-threads: 0
tomcat.uri-encoding: UTF-8
-spring.profiles: default
-moral:
- security:
- jwt:
- tokenExpirationTime: 15 # Number of minutes
- refreshTokenExpTime: 60 # Minutes
- tokenIssuer: http://monitor.7drlb.com
- tokenSigningKey: xm9EV6Hy5RAFL8EEACIDAwQus
+
spring:
thymeleaf:
cache: false
@@ -75,3 +68,10 @@
mapper-locations: classpath*:/mapper/*Mapper.xml
config-location: classpath:/mapper/mybatis-config.xml
+spring.profiles: default
+
+moral.security.jwt:
+ tokenExpirationTime: 15 # Number of minutes
+ refreshTokenExpTime: 60 # Minutes
+ tokenIssuer: http://monitor.7drlb.com
+ tokenSigningKey: xm9EV6Hy5RAFL8EEACIDAwQus
\ No newline at end of file
--
Gitblit v1.8.0