zengh
2022-07-12 7c86454ff569dc54bbe7e34988750a1df762a2c3
src/main/resources/application-dev.yml
@@ -5,11 +5,11 @@
    host: 127.0.0.1
#   内网
    port: 6378
    password: redispsw
#    port: 6378
#    password: redispsw
#    port: 6379
#    password:
    port: 6379
    password:
    database: 0
    ssl: false
@@ -22,19 +22,28 @@
#    内网版本
    url: jdbc:mysql://47.49.36.191:3306/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    username: root
    password: zhba0728
    password: NCzhba@2022
#ftp 设置
ftp:
  sqlConnect: jdbc:mysql://47.49.36.191:3306/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  ftpHost: 47.49.21.194
  ftpPort: 21
  ftpUserName: ylcs
  ftpPassword: Yly@123
  ftpHost: 47.49.36.144
  ftpPort: 6621
  ftpUserName: zhbain
  ftpPassword: zhbain@123
  ftpUserNameOut: baftpout
  ftpPasswordOut: baftpout
  ftpPath: anbao/
  localPath: /home/song/anbao/
  minioPath: /usr/local/minio/data/zhba/upload/picture
  jsonUrl: /home/song/anbao/
  sqlUsername: root
  sqlPassword: NCzhba@2022
#公共配置
common:
  socket_port: 9034
    # PostgreSQL
    #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
@@ -61,7 +70,7 @@
    ##是否启用分布式锁
    enabled: false
    ##redis服务地址
    address: redis://127.0.0.1:6378
    address: redis://127.0.0.1:6379
  #本地文件上传
  file:
    remote-mode: true