Explorar o código

h3c初始化配置

baozaolaoge %!s(int64=4) %!d(string=hai) anos
pai
achega
5fa4941907

+ 1 - 1
algorithm/src/main/resources/algorithm.properties

@@ -1,7 +1,7 @@
 ################################ model basic url ###################################
 
 #basicPath=E:/project/push/algorithm/src/main/models/model_version_replacement/model
-basicPath=/home/installed/models/model_version_replacement/model
+basicPath=/opt/models/dev/models/model_version_replacement/model
 #basicPath=E:/models_2019_9_24_16_21_29/model_version_replacement/model
 
 ############################### current model version ################################

+ 1 - 1
common-push/src/main/java/org/diagbot/common/push/cache/CacheFileManager.java

@@ -25,7 +25,7 @@ public class CacheFileManager {
 
     private String user = "root";
     private String password = "lantone";
-    private String url = "jdbc:mysql://10.68.16.145:3306/med?useUnicode=true&characterEncoding=UTF-8";
+    private String url = "jdbc:mysql://172.20.73.235:3306/med?useUnicode=true&characterEncoding=UTF-8";
 
     private String path = "";
 

+ 2 - 2
graph/src/main/resources/bolt.properties

@@ -5,9 +5,9 @@ pass_235 = diagbot@20180822
 
 # neo4j bolt credentials
 #\u7EBF\u4E0A\u4F7F\u7528
-bolt.uri=bolt://10.68.16.146:7687
+bolt.uri=bolt://172.20.73.234:7687
 bolt.user=neo4j
-bolt.passwd=lantone
+bolt.passwd=neo4j
 
 
 #\u6D4B\u8BD5\u4F7F\u7528

+ 2 - 2
graphdb/src/main/resources/application.yml

@@ -13,9 +13,9 @@ spring:
 # 驱动配置信息
   datasource:
     driver-class-name: org.neo4j.jdbc.Driver
-    url: jdbc:neo4j:http://10.68.16.146:7474
+    url: jdbc:neo4j:http://172.20.73.234:7474
     username: neo4j
-    password: lantone
+    password: neo4j
     #定义初始连接数
     initialSize: 0
     #定义最大连接数