-- 新版提交

This commit is contained in:
yc13649764453
2023-09-09 13:51:35 +08:00
parent 763e24b4e0
commit 0b193caa03
92 changed files with 3451 additions and 1120 deletions

View File

@@ -7,6 +7,7 @@ server:
port: 9100
servlet:
context-path: /pb
connection-timeout: 6000000ms
spring:
# 环境 dev|test|prod
@@ -82,4 +83,7 @@ renren:
secret: f4e2e52034348f86b67cde581c0f9eb5[www.renren.io]
# token有效时长7天单位秒
expire: 604800
header: token
header: token
spring.jackson.serialization.FAIL_ON_EMPTY_BEANS: false