whycxzp
2024-05-20 8b56449626c8d724ecfbfd5d641adc8405cb443f
账号填充
2个文件已修改
8 ■■■■ 已修改文件
src/main/resources/config/application-dev.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/config/application-prod.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/config/application-dev.yml
@@ -24,8 +24,8 @@
    driver-class-name: com.highgo.jdbc.Driver
#    url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
    url: jdbc:highgo://localhost:5866/test?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
    username: highgo
    password: Lmx8688139*
    username: sysdba
    password: Lmx&8688139
    maxIdel: 60
    initialPoolSize: 2
    minPoolSize: 5
src/main/resources/config/application-prod.yml
@@ -23,8 +23,8 @@
      db-type: POSTGRE_SQL
    driver-class-name: com.highgo.jdbc.Driver
    url: jdbc:highgo://192.168.10.82:5866/db_user?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
    username: highgo
    password: Lmx8688139*
    username: sysdba
    password: Lmx&8688139
    maxIdel: 60
    initialPoolSize: 2
    minPoolSize: 5