智慧保安后台管理项目备份
tangzy
2021-08-22 fd7b9aabefdcfa4e2f8504c77d5a4e6f4f955585
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 集群环境配置
@@ -16,6 +21,12 @@
    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
    username: root
    password: zhba0728
#    内网版本
#    url: jdbc:mysql://localhost:3306/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
#    username: root
#    password: zhba0728
    # PostgreSQL
    #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
    #username: postgres