From: qiaowei Date: Wed, 26 Jun 2019 07:43:41 +0000 (+0800) Subject: 多租户配置文件修改 X-Git-Tag: 1.0.0^2~144 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f71585c4073d5557dbb336fbfbf555c5ca82fec1;p=epayment%2Ffood_payapi.git 多租户配置文件修改 --- diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties index 61c327fe..fbe89a47 100644 --- a/config/application-devel-pg.properties +++ b/config/application-devel-pg.properties @@ -31,12 +31,12 @@ shopbalance.updater.cron=- #spring.jpa.properties.hibernate.multiTenancy=DATABASE #spring.jpa.properties.hibernate.tenant_identifier_resolver=com.supwisdom.dlpay.framework.tenant.MultiTenantIdentifierResolver #spring.jpa.properties.hibernate.multi_tenant_connection_provider=com.supwisdom.dlpay.framework.tenant.MultiTenantConnectionProviderImpl -#datasource.driverClass=org.postgresql.Driver -#datasource.url=jdbc:postgresql://172.28.201.70:15432/payapi -#datasource.username=payapi -#datasource.password=123456 -#datasource.maxActive=100 -#datasource.maxIdle=30 -#datasource.maxWait=30 -#datasource.minIdle=5 +datasource.driverClass=org.postgresql.Driver +datasource.url=jdbc:postgresql://172.28.201.70:15432/payapi +datasource.username=payapi +datasource.password=123456 +datasource.maxActive=100 +datasource.maxIdle=30 +datasource.maxWait=30 +datasource.minIdle=5 ##################多租户配置 end################################ \ No newline at end of file