Commit 1db78184 by 袁伟铭

1.0.0

parent e5897f06
...@@ -23,7 +23,7 @@ redis.port: 6379 ...@@ -23,7 +23,7 @@ redis.port: 6379
jdbc.driver-class-name: com.mysql.cj.jdbc.Driver jdbc.driver-class-name: com.mysql.cj.jdbc.Driver
jdbc.username: root jdbc.username: root
jdbc.password: Dk2019!23456 jdbc.password: Dk2019!23456
jdbc.url: jdbc:mysql://47.107.148.253:3306/cloud?characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong jdbc.url: jdbc:mysql://47.107.148.253:3306/cloud?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
#jwt #jwt
jwt: jwt:
...@@ -44,4 +44,4 @@ jwt: ...@@ -44,4 +44,4 @@ jwt:
renew: 3600000 renew: 3600000
#日志等级 #日志等级
log.level: info log.level: info
\ No newline at end of file
...@@ -23,7 +23,7 @@ redis.port: 6379 ...@@ -23,7 +23,7 @@ redis.port: 6379
jdbc.driver-class-name: com.mysql.cj.jdbc.Driver jdbc.driver-class-name: com.mysql.cj.jdbc.Driver
jdbc.username: root jdbc.username: root
jdbc.password: Dk2019!23456 jdbc.password: Dk2019!23456
jdbc.url: jdbc:mysql://47.107.148.253:3306/cloud?characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong jdbc.url: jdbc:mysql://47.107.148.253:3306/cloud?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
#jwt #jwt
jwt: jwt:
...@@ -41,4 +41,4 @@ jwt: ...@@ -41,4 +41,4 @@ jwt:
# token 续期检查时间范围(默认30分钟,单位默认毫秒),在token即将过期的一段时间内用户操作了,则给用户的token续期 # token 续期检查时间范围(默认30分钟,单位默认毫秒),在token即将过期的一段时间内用户操作了,则给用户的token续期
detect: 1800000 detect: 1800000
# 续期时间范围,默认 1小时,这里单位毫秒 # 续期时间范围,默认 1小时,这里单位毫秒
renew: 3600000 renew: 3600000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment