shikeying
2024-04-07 52c8ee3120e4a44e48e217bced6f6c799ff7980c
deploy-jar-template/src/main/resources/application-dev.yml
@@ -288,7 +288,7 @@
    # 如果不打开,则设备登录的uuid更新操作也无法获得,用于记录每个登录用户的uuid(用户登录角色更新),2023-03-23
    login-enabled: true
    # 是否打开操作日志,2023-01-05
    operate-enabled: false
    operate-enabled: true
  # 验证码相关配置,2023-01-27
  captcha:
@@ -424,11 +424,11 @@
    # 空闲连接数量,默认:200个
    max-idle-connections: 200
    # 连接超时,默认:2秒
    connect-timeout-seconds: 2
    connect-timeout-seconds: 20
    # 读超时,默认3秒
    read-timeout-seconds: 3
    read-timeout-seconds: 30
    # 写超时,默认3秒
    write-timeout-seconds: 3
    write-timeout-seconds: 30
  # 集群支持相关配置,2023-09-29
  lb: