瀏覽代碼

天台人民医院初始化配置

licy 3 年之前
父節點
當前提交
ec0694c260

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

@@ -24,8 +24,8 @@ public class CacheFileManager {
     Logger logger = LoggerFactory.getLogger(CacheFileManager.class);
 
     private String user = "root";
-    private String password = "lantone";
-    private String url = "jdbc:mysql://192.168.2.122:3306/med?useUnicode=true&characterEncoding=UTF-8";
+    private String password = "lt@great";
+    private String url = "jdbc:mysql://192.168.0.182: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://192.168.2.123:5004/knowledge/getHighRisk
-lisPacs.http.url=http://192.168.2.123:5004/knowledge/getLisPacs
-disease.http.url=http://192.168.2.123:5004/knowledge/getDisease
+highrisk.http.url=http://192.168.0.181:5004/knowledge/getHighRisk
+lisPacs.http.url=http://192.168.0.181:5004/knowledge/getLisPacs
+disease.http.url=http://192.168.0.181: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://192.168.2.122:7688
+bolt.uri=bolt://192.168.0.183:7688
 bolt.user=neo4j
-bolt.passwd=neo4j
+bolt.passwd=lt@great
 
 
 #\u6D4B\u8BD5\u4F7F\u7528

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

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