jiazx0107
2026-02-08 e7ab049344b954b044fc474992c378fcbbeeba33
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,13 +75,18 @@
          batch_versioned_data: true
  session:
    store-type: redis
  http:
    encoding:
      enabled: true
      force: true
      charset: UTF-8 # 强制请求/响应均使用UTF-8
#系统架构配置
framework:
  companyId: "1000"
  # 名称
  name: fzzy-igdss
  name: 智慧粮库监管系统
  # 版本
  version: v2.0.0
  # 版权年份
@@ -98,6 +103,7 @@
  phone: 400-627-1116
  website: http://www.fzzygf.com
  address: 郑州市高新区长椿路11号河南省国家大学科技园孵化1号楼
  doradoMode:
# 日志配置
@@ -150,7 +156,7 @@
    cipherKey:
  session:
    # Session超时时间,-1代表永不过期(默认30分钟)
    expireTime: 30
    expireTime: 43200
    # 同步session到数据库的周期(默认1分钟)
    dbSyncPeriod: 1
    # 相隔多久检查一次session的有效性,默认就是10分钟