已合并
修改默认后台数据库为openGauss #564
段国强创建于 2024年1月24日
修改默认后台数据库为openGauss #564
已合并
从refs/pull/564/head合入到master
共 1 个文件变更+6-6
| @@ -20,13 +20,13 @@ spring: | |||
| 20 | datasource: | 20 | datasource: |
| 21 | type: com.alibaba.druid.pool.DruidDataSource | 21 | type: com.alibaba.druid.pool.DruidDataSource |
| 22 | # For openGauss | 22 | # For openGauss |
| 23 | -# driver-class-name: org.opengauss.Driver | 23 | + driver-class-name: org.opengauss.Driver |
| 24 | -# url: jdbc:opengauss://ip:port/database?currentSchema=public&batchMode=off | 24 | + url: jdbc:opengauss://ip:port/database?currentSchema=public&batchMode=off |
| 25 | -# username: dbuser | 25 | + username: dbuser |
| 26 | -# password: dbpassword | 26 | + password: dbpassword |
| 27 | # For Intarkdb | 27 | # For Intarkdb |
| 28 | - driver-class-name: org.intarkdb.IntarkdbJDBC | 28 | +# driver-class-name: org.intarkdb.IntarkdbJDBC |
| 29 | - url: jdbc:intarkdb:data/datakit | 29 | +# url: jdbc:intarkdb:data/datakit |
| 30 | druid: | 30 | druid: |
| 31 | test-while-idle: true | 31 | test-while-idle: true |
| 32 | test-on-borrow: true | 32 | test-on-borrow: true |