Просмотр исходного кода

数据库链接配置暂时全部更新为B2B调试mysql数据库

dongbw 7 лет назад
Родитель
Сommit
bbec3eb522

+ 4 - 4
search-console-b2b/src/main/resources/config/application-dev.properties

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

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

@@ -2,10 +2,10 @@
 #datasource.username=platform$b2b
 #datasource.password=select*fromuu
 #datasource.driverClassName=oracle.jdbc.driver.OracleDriver
-jdbc.driverClassName=com.mysql.jdbc.Driver
-jdbc.url=jdbc:mysql://192.168.253.12:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
-jdbc.username=root
-jdbc.password=select111***
+datasource.driverClassName=com.mysql.jdbc.Driver
+datasource.url=jdbc:mysql://192.168.253.12:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
+datasource.username=root
+datasource.password=select111***
 datasource.initialSize=3
 datasource.minIdle=1
 datasource.maxActive=20

+ 4 - 4
search-console-b2b/src/main/resources/config/application-test.properties

@@ -2,10 +2,10 @@
 #datasource.username=uuplatformdemo
 #datasource.password=selectuuplatform
 #datasource.driverClassName=oracle.jdbc.driver.OracleDriver
-jdbc.driverClassName=com.mysql.jdbc.Driver
-jdbc.url=jdbc:mysql://192.168.253.12:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
-jdbc.username=root
-jdbc.password=select111***
+datasource.driverClassName=com.mysql.jdbc.Driver
+datasource.url=jdbc:mysql://192.168.253.12:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
+datasource.username=root
+datasource.password=select111***
 datasource.initialSize=3
 datasource.minIdle=1
 datasource.maxActive=20