|
@@ -66,7 +66,7 @@ public class ModelingApplication implements CommandLineRunner {
|
|
|
boolean lock = redisLockUtil.lock("uploadModelingJar", 300);
|
|
|
if(lock){
|
|
|
String jarPath = System.getProperty("java.class.path");
|
|
|
- fYunFileService.get().uploadFile(jarPath, "elastic_model_jar/" + profiles + "/" + FileUtil.getName(jarPath));
|
|
|
+ fYunFileService.get().uploadFile(jarPath, "elastic_model_jar/fdkk_" + profiles + "/" + FileUtil.getName(jarPath));
|
|
|
}
|
|
|
}
|
|
|
|