Browse Source

天台人民医院初始化配置

licy 3 years atrás
parent
commit
e1c57e5c74
1 changed files with 2 additions and 2 deletions
  1. 2 2
      graphdb/src/main/resources/application.yml

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

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