fzzy-igdss-web/src/main/resources/application.yml
@@ -20,7 +20,7 @@ # Spring基础配置 spring: profiles: active: pro active: dev main: allow-bean-definition-overriding: true thymeleaf: @@ -156,7 +156,7 @@ cipherKey: session: # Session超时时间,-1代表永不过期(默认30分钟) expireTime: -1 expireTime: 43200 # 同步session到数据库的周期(默认1分钟) dbSyncPeriod: 1 # 相隔多久检查一次session的有效性,默认就是10分钟