Pārlūkot izejas kodu

镇海中医院初始化配置

baozaolaoge 4 gadi atpakaļ
vecāks
revīzija
77e978d4f2

+ 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=/opt/models/dev/models/model_version_replacement/model
+basicPath=/home/installed/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://192.168.2.122:3306/med?useUnicode=true&characterEncoding=UTF-8";
+    private String url = "jdbc:mysql://10.68.16.145: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://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
 #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://10.68.16.146:7687
 bolt.user=neo4j
-bolt.passwd=neo4j
+bolt.passwd=lantone
 
 
 #\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://10.68.16.146:7687
       username: neo4j
-      password: root
+      password: lantone
 
 # 驱动配置信息
   datasource:
     driver-class-name: org.neo4j.jdbc.Driver
-    url: jdbc:neo4j:http://192.168.2.123:7474
+    url: jdbc:neo4j:http://10.68.16.146:7474
     username: neo4j
-    password: root
+    password: lantone
     #定义初始连接数
     initialSize: 0
     #定义最大连接数