Commit 1498e956 by 刘栋

更新代码

parent 29626cdd
......@@ -59,7 +59,7 @@ public class FileStorageProperties {
/**
* 下载接口地址
*/
private String downloadUrl = "http://127.0.0.1/api/udi/oss/downloadFile";
private String downloadUrl = "http://127.0.0.1:7801/udi/oss/downloadFile";
/**
* 存储空间
*/
......
......@@ -16,7 +16,8 @@ public class UdiDataMigrator {
private static final String SOURCE_USER = "saas_test";
private static final String SOURCE_PASSWORD = "qjCEgXg2z9U5mjL7";
private static final String TARGET_JDBC_URL = "jdbc:mysql://localhost:3306/saas_udi?rewriteBatchedStatements=true";
//private static final String TARGET_JDBC_URL = "jdbc:mysql://localhost:3306/saas_udi?rewriteBatchedStatements=true";
private static final String TARGET_JDBC_URL = "jdbc:mysql://112.74.168.222:3306/saas_udi?rewriteBatchedStatements=true";
private static final String TARGET_USER = "root";
private static final String TARGET_PASSWORD = "Xhe6aiNgi8ehaZgh";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment