Browse Source

重庆石柱配置信息更新

licy 3 years ago
parent
commit
34872e34a7

+ 1 - 1
bigdata-web/src/test/java/org/diagbot/CacheFileManagerTest.java

@@ -26,7 +26,7 @@ public class CacheFileManagerTest {
     }
     }
 
 
     public void contextMappingInitialized() {
     public void contextMappingInitialized() {
-        MysqlJdbc nlpJdbc = new MysqlJdbc("root", "lantone", "jdbc:mysql://192.168.2.121:3306/med?useUnicode=true&characterEncoding=UTF-8");
+        MysqlJdbc nlpJdbc = new MysqlJdbc("root", "lantone", "jdbc:mysql://10.58.4.153:3306/med?useUnicode=true&characterEncoding=UTF-8");
         Connection conn = nlpJdbc.connect();
         Connection conn = nlpJdbc.connect();
         Statement st = null;
         Statement st = null;
         ResultSet rs = null;
         ResultSet rs = null;

+ 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);
     Logger logger = LoggerFactory.getLogger(CacheFileManager.class);
 
 
     private String user = "root";
     private String user = "root";
-    private String password = "lt@great";
-    private String url = "jdbc:mysql://192.168.0.182:3306/med?useUnicode=true&characterEncoding=UTF-8";
+    private String password = "lantone";
+    private String url = "jdbc:mysql://10.58.4.153:3306/med?useUnicode=true&characterEncoding=UTF-8";
 
 
     private String path = "";
     private String path = "";
 
 

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

@@ -1,5 +1,5 @@
-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
+highrisk.http.url=http://10.58.4.152:5004/knowledge/getHighRisk
+lisPacs.http.url=http://10.58.4.152:5004/knowledge/getLisPacs
+disease.http.url=http://10.58.4.152:5004/knowledge/getDisease
 #lisPacs.http.url=http://192.168.3.9:5004/knowledge/getLisPacs
 #lisPacs.http.url=http://192.168.3.9:5004/knowledge/getLisPacs
 #highrisk.http.url=http://192.168.3.9:5004/knowledge/getHighRisk
 #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
 # neo4j bolt credentials
 #\u7EBF\u4E0A\u4F7F\u7528
 #\u7EBF\u4E0A\u4F7F\u7528
-bolt.uri=bolt://192.168.0.183:7688
+bolt.uri=bolt://10.58.4.152:7687
 bolt.user=neo4j
 bolt.user=neo4j
-bolt.passwd=lt@great
+bolt.passwd=lantone
 
 
 
 
 #\u6D4B\u8BD5\u4F7F\u7528
 #\u6D4B\u8BD5\u4F7F\u7528

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

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