From 482d6f8eb5f0d8152afa4f2d7d3feb6635d5c05d Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 02 Feb 2018 14:26:30 +0800
Subject: [PATCH] updated
---
src/main/java/com/moral/security/config/JwtSettings.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/moral/security/config/JwtSettings.java b/src/main/java/com/moral/security/config/JwtSettings.java
index fc96aac..4ebf38e 100644
--- a/src/main/java/com/moral/security/config/JwtSettings.java
+++ b/src/main/java/com/moral/security/config/JwtSettings.java
@@ -7,7 +7,7 @@
@ConfigurationProperties(prefix = "moral.security.jwt")
public class JwtSettings {
/**
- * {@link JwtToken} will expire after this time.
+ * {@link com.moral.security.model.token.JwtToken} will expire after this time.
*/
private Integer tokenExpirationTime;
@@ -17,12 +17,12 @@
private String tokenIssuer;
/**
- * Key is used to sign {@link JwtToken}.
+ * Key is used to sign {@link com.moral.security.model.token.JwtToken}.
*/
private String tokenSigningKey;
/**
- * {@link JwtToken} can be refreshed during this timeframe.
+ * {@link com.moral.security.model.token.JwtToken} can be refreshed during this timeframe.
*/
private Integer refreshTokenExpTime;
--
Gitblit v1.8.0