Browse Source

!32 令牌秘钥的“秘”写错了,看到顺手就提交了哈
Merge pull request !32 from jack/N/A

若依 4 years ago
parent
commit
fb53780d8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi/src/main/resources/application.yml

+ 1 - 1
ruoyi/src/main/resources/application.yml

@@ -79,7 +79,7 @@ spring:
 token:
     # 令牌自定义标识
     header: Authorization
-    # 令牌
+    # 令牌
     secret: abcdefghijklmnopqrstuvwxyz
     # 令牌有效期(默认30分钟)
     expireTime: 30