Bläddra i källkod

feat: 更新dev环境,jdbc为内网

hejq 7 år sedan
förälder
incheckning
1cf02a0f26

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

@@ -1,5 +1,5 @@
 datasource.driverClassName=com.mysql.jdbc.Driver
-datasource.url=jdbc:mysql://188.131.128.107:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
+datasource.url=jdbc:mysql://192.168.100.3:3306/b2b_mysql_test?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
 datasource.username=sa
 datasource.password=select111***
 datasource.initialSize=3