fzzy-igdss-web/src/main/resources/application.yml
@@ -20,7 +20,7 @@ # Spring基础配置 spring: profiles: active: dev active: pro main: allow-bean-definition-overriding: true thymeleaf: @@ -75,6 +75,11 @@ batch_versioned_data: true session: store-type: redis http: encoding: enabled: true force: true charset: UTF-8 # 强制请求/响应均使用UTF-8 #系统架构配置 @@ -151,7 +156,7 @@ cipherKey: session: # Session超时时间,-1代表永不过期(默认30分钟) expireTime: 30 expireTime: 43200 # 同步session到数据库的周期(默认1分钟) dbSyncPeriod: 1 # 相隔多久检查一次session的有效性,默认就是10分钟