|
@@ -30,7 +30,7 @@ public final class SimilarityUtils {
|
|
|
scheduler.scheduleAtFixedRate(() -> {
|
|
|
try {
|
|
|
long start = System.currentTimeMillis();
|
|
|
- String endpoint = PropertiesUtil.getString("oss.endpoint");
|
|
|
+ String endpoint = PropertiesUtil.getString("oss.adplatform.internal.endpoint");
|
|
|
String bucketName = "art-recommend";
|
|
|
String path = "similarity/word2vec/Google_word2vec_zhwiki210720_300d.bin";
|
|
|
String accessKeyId = "LTAIP6x1l3DXfSxm";
|