瀏覽代碼

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

hejq 7 年之前
父節點
當前提交
1cf02a0f26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      search-console-b2b/src/main/resources/config/application-dev.properties

+ 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