diff --git a/plugins/container-management-plugin/src/main/resources/application-dev.yml b/plugins/container-management-plugin/src/main/resources/application-dev.yml index 52af6017fc70619d6937360ef973bf5ff0ab2f1c..63fdfe9b2fb6c899862aae55c4448fa975e4164c 100644 --- a/plugins/container-management-plugin/src/main/resources/application-dev.yml +++ b/plugins/container-management-plugin/src/main/resources/application-dev.yml @@ -6,12 +6,12 @@ context: spring: resources: static-locations: classpath:resources - datasource: - type: com.alibaba.druid.pool.DruidDataSource - driver-class-name: org.opengauss.Driver - url: jdbc:opengauss://ip:port/postgres?currentSchema=public&batchMode=off - username: username - password: password + #datasource: + # type: com.alibaba.druid.pool.DruidDataSource + # driver-class-name: org.opengauss.Driver + # url: jdbc:opengauss://ip:port/postgres?currentSchema=public&batchMode=off + # username: username + # password: password mybatis-plus: typeAliasesPackage: org.opengauss.admin.container.domain diff --git a/plugins/container-management-plugin/src/main/resources/application-prod-ly.yml b/plugins/container-management-plugin/src/main/resources/application-prod-ly.yml index 20c581fecc8df9486ff50fb6268d1f07a8dc051b..61dffb8999d48ed9ba3cfb96dcc93af8f5eb6d75 100644 --- a/plugins/container-management-plugin/src/main/resources/application-prod-ly.yml +++ b/plugins/container-management-plugin/src/main/resources/application-prod-ly.yml @@ -6,12 +6,12 @@ context: spring: resources: static-locations: classpath:resources - datasource: - type: com.alibaba.druid.pool.DruidDataSource - driver-class-name: org.opengauss.Driver - url: jdbc:opengauss://ip:port/postgres?currentSchema=public&batchMode=off - username: username - password: password + #datasource: + #type: com.alibaba.druid.pool.DruidDataSource + #driver-class-name: org.opengauss.Driver + #url: jdbc:opengauss://ip:port/postgres?currentSchema=public&batchMode=off + #username: username + #password: password mybatis-plus: typeAliasesPackage: org.opengauss.admin.container.domain diff --git a/plugins/container-management-plugin/src/main/resources/application-prod.yml b/plugins/container-management-plugin/src/main/resources/application-prod.yml index e58ce27080d30a2c43acd49dc42220877d7f8a8c..49b8eb642bb62db5dd92f9b3ab8c1b1344be970c 100644 --- a/plugins/container-management-plugin/src/main/resources/application-prod.yml +++ b/plugins/container-management-plugin/src/main/resources/application-prod.yml @@ -6,12 +6,12 @@ context: spring: resources: static-locations: classpath:resources - datasource: - type: com.alibaba.druid.pool.DruidDataSource - driver-class-name: org.opengauss.Driver - url: jdbc:opengauss://ip1:port1,ip2:port2,ip3:port3/opengauss_api?currentSchema=opengauss_api&useUnicode=true&characterEncoding=utf8&useSSL=false&targetServerType=master&batchMode=off"eReturningIdentifiers=false - username: opengauss_api - password: test1 + #datasource: + #type: com.alibaba.druid.pool.DruidDataSource + #driver-class-name: org.opengauss.Driver + #url: jdbc:opengauss://ip1:port1,ip2:port2,ip3:port3/opengauss_api?currentSchema=opengauss_api&useUnicode=true&characterEncoding=utf8&useSSL=false&targetServerType=master&batchMode=off"eReturningIdentifiers=false + #username: opengauss_api + #password: test1 redis: cluster: nodes: node1:20001,node2:20001,node2:20001,node4:20001,node5:20001,node6:20001 diff --git a/plugins/container-management-plugin/src/main/resources/application-test.yml b/plugins/container-management-plugin/src/main/resources/application-test.yml index 7c87cb6fd6d6bbb92f5518e7cfa91c5bcab3d0d6..88325f3e67ccae4c104788aef5772c8f6edb252b 100644 --- a/plugins/container-management-plugin/src/main/resources/application-test.yml +++ b/plugins/container-management-plugin/src/main/resources/application-test.yml @@ -6,12 +6,12 @@ context: spring: resources: static-locations: classpath:resources - datasource: - type: com.alibaba.druid.pool.DruidDataSource - driver-class-name: org.opengauss.Driver - url: jdbc:opengauss://ip1:port1,ip2:port2,ip3:port3/opengauss_api?currentSchema=opengauss_api&useUnicode=true&characterEncoding=utf8&useSSL=false&targetServerType=master&batchMode=off"eReturningIdentifiers=false - username: og_opengauss_api - password: test1 + #datasource: + #type: com.alibaba.druid.pool.DruidDataSource + #driver-class-name: org.opengauss.Driver + #url: jdbc:opengauss://ip1:port1,ip2:port2,ip3:port3/opengauss_api?currentSchema=opengauss_api&useUnicode=true&characterEncoding=utf8&useSSL=false&targetServerType=master&batchMode=off"eReturningIdentifiers=false + #username: og_opengauss_api + #password: test1 redis: cluster: nodes: node1:20001,node2:20001,node2:20001,node4:20001,node5:20001,node6:20001