From c715b9888ddfe36795bc4d8d9241e2d654600f07 Mon Sep 17 00:00:00 2001 From: infin_caishuxiao Date: Sat, 24 Feb 2018 17:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8c=E6=9C=BAjdbc=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infintech-executors/executor-collection-dispatcher/src/main/resources/application.properties b/infintech-executors/executor-collection-dispatcher/src/main/resources/application.properties index 158ce552..1310d391 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/resources/application.properties +++ b/infintech-executors/executor-collection-dispatcher/src/main/resources/application.properties @@ -1,4 +1,4 @@ -spring.datasource.prd.url=jdbc:mysql://172.16.16.99:3306/microfinance?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false +spring.datasource.prd.url=jdbc:mysql://172.16.16.99:3306/microfinance1?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false spring.datasource.prd.username=jobopr spring.datasource.prd.password=jobopr666 spring.datasource.prd.driver-class-name=com.mysql.jdbc.Driver