Browse Source

h3c初始化配置

baozaolaoge 4 years ago
parent
commit
d3bdbf4d9b

+ 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://132.147.253.32:3306/med?useUnicode=true&characterEncoding=UTF-8";
 
     private String path = "";
 

+ 3 - 3
graph-web/src/main/resources/url.properties

@@ -1,5 +1,5 @@
-highrisk.http.url=http://127.0.0.1:5004/knowledge/getHighRisk
-lisPacs.http.url=http://127.0.0.1:5004/knowledge/getLisPacs
-disease.http.url=http://127.0.0.1:5004/knowledge/getDisease
+highrisk.http.url=http://132.147.253.31:5004/knowledge/getHighRisk
+lisPacs.http.url=http://132.147.253.31:5004/knowledge/getLisPacs
+disease.http.url=http://132.147.253.31:5004/knowledge/getDisease
 #lisPacs.http.url=http://192.168.3.9:5004/knowledge/getLisPacs
 #highrisk.http.url=http://192.168.3.9:5004/knowledge/getHighRisk

+ 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://132.147.253.31:7687
 bolt.user=neo4j
-bolt.passwd=lantone
+bolt.passwd=neo4j
 
 
 #\u6D4B\u8BD5\u4F7F\u7528

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

@@ -6,16 +6,16 @@ spring:
     active: local
   data:
     neo4j:
-      uri: bolt://10.68.16.146:7687
+      uri: bolt://132.147.253.31:7687
       username: neo4j
-      password: lantone
+      password: neo4j
 
 # 驱动配置信息
   datasource:
     driver-class-name: org.neo4j.jdbc.Driver
-    url: jdbc:neo4j:http://10.68.16.146:7474
+    url: jdbc:neo4j:http://132.147.253.31:7474
     username: neo4j
-    password: lantone
+    password: neo4j
     #定义初始连接数
     initialSize: 0
     #定义最大连接数