zhuo
2025-02-28 3aac0bf15ae2942f9b810715946be8a7588004ec
ruoyi-admin/src/main/resources/application.yml
@@ -53,6 +53,10 @@
    basename: i18n/messages
  profiles:
    active: druid
  # 全局时间处理 LocalDateTime时间序列号
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
  # 文件上传
  servlet:
    multipart:
@@ -61,10 +65,10 @@
      # 设置总上传的文件大小
      max-request-size: 20MB
  # 服务模块
  devtools:
    restart:
      # 热部署开关
      enabled: true
#  devtools:
#    restart:
#      # 热部署开关
#      enabled: false
  # redis 配置
  redis:
    # 地址
@@ -74,7 +78,7 @@
    # 数据库索引
    database: 0
    # 密码
    password:
#    password: 123456
    # 连接超时时间
    timeout: 10s
    lettuce:
@@ -95,7 +99,7 @@
  # 令牌密钥
  secret: abcdefghijklmnopqrstuvwxyz
  # 令牌有效期(默认30分钟)
  expireTime: 30
  expireTime: 450
# PageHelper分页插件
pagehelper: