Browse Source

Merge remote-tracking branch 'origin/dev' into dev

wangyc 7 years ago
parent
commit
b89d177f87

+ 2 - 2
search-console-b2b/src/main/resources/config/application-prod.properties

@@ -1,7 +1,7 @@
 datasource.driverClassName=com.mysql.jdbc.Driver
-datasource.url=jdbc:mysql://192.168.253.6:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
+datasource.url=jdbc:mysql://10.10.100.18:3306/b2b_prod?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
 datasource.username=root
-datasource.password=select111***
+datasource.password=select
 datasource.initialSize=3
 datasource.minIdle=1
 datasource.maxActive=20