whycxzp
2024-05-20 d444973512c64db0f739a194514ae99cb8401879
src/main/resources/config/application-dev.yml
@@ -18,13 +18,14 @@
#数据库
spring:
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driver-class-name: dm.jdbc.driver.DmDriver
#    type: com.alibaba.druid.pool.DruidDataSource
    druid:
      db-type: POSTGRE_SQL
    driver-class-name: com.highgo.jdbc.Driver
#    url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
    url: jdbc:dm://192.168.10.82:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
    username: SYSDBA
#    password: lmx8688139
    password: xzp8688139
    url: jdbc:highgo://localhost:5866/test?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
    username: highgo
    password: Lmx8688139*
    maxIdel: 60
    initialPoolSize: 2
    minPoolSize: 5