sgj
3 天以前 241d327e57cbfe504aa806c61aa22e6205706098
fzzy-igdss-web/src/main/resources/application.yml
@@ -75,6 +75,11 @@
          batch_versioned_data: true
  session:
    store-type: redis
  http:
    encoding:
      enabled: true
      force: true
      charset: UTF-8 # 强制请求/响应均使用UTF-8
#系统架构配置
@@ -99,6 +104,11 @@
  website: http://www.fzzygf.com
  address: 郑州市高新区长椿路11号河南省国家大学科技园孵化1号楼
  doradoMode:
  weChat:
    wxServeUrl: http://192.168.1.215:18081
    wxAppId: wx0ba61024c55da10c
    wxSecret: 2a66186368be54b5a48552b5fce716dd
    template-id: Ggt45UcVy2OWfDCzgbSun6u24hv__wwwzx9yEyo58X4
# 日志配置
@@ -151,7 +161,7 @@
    cipherKey:
  session:
    # Session超时时间,-1代表永不过期(默认30分钟)
    expireTime: 30
    expireTime: 43200
    # 同步session到数据库的周期(默认1分钟)
    dbSyncPeriod: 1
    # 相隔多久检查一次session的有效性,默认就是10分钟