智慧保安后台管理-验收版本
Administrator
2021-09-18 6ad9c778d138d0806966ce044dd4ee2ee46d2ea2
src/main/resources/application-dev.yml
@@ -5,6 +5,11 @@
    host: 127.0.0.1
    port: 6379
    password:
#   内网
#    port: 6378
#    password: redispsw
    database: 0
    ssl: false
    ##redis 集群环境配置
@@ -13,9 +18,24 @@
    #  commandTimeout: 5000
  datasource:
    # MySql
    url: jdbc:mysql://223.82.109.183:2083/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://223.82.109.183:2083/zhbay?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    username: root
    password: zhba0728
#    内网版本
#    url: jdbc:mysql://localhost:3306/zhbay?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
#    username: root
#    password: zhba0728
#图片批量上传zip
upload:
  #服务器地址
#  localtion: ${UPLOAD_DIR:/home/zhongsong/anbao}
  # 本地地址
  localtion: ${UPLOAD_DIR:D:/test}
  maxFileSize: 10240KB
  maxRequestSize: 102400KB
    # PostgreSQL
    #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
    #username: postgres