Browse Source

Merge remote-tracking branch 'origin/gdb' into gdb

gaodm 4 years ago
parent
commit
3925fbd414

+ 1 - 1
src/main/resources/application-dev.yml

@@ -105,7 +105,7 @@ spring:
 
 neo4j:
   data:
-    URI: http://192.168.3.150:7478
+    URI: http://192.168.3.150:7480
     username: neo4j
     password: root
 

+ 1 - 1
src/main/resources/application-local.yml

@@ -105,7 +105,7 @@ spring:
 
 neo4j:
   data:
-    URI: http://192.168.3.150:7478
+    URI: http://192.168.3.150:7480
     username: neo4j
     password: root
 

+ 1 - 1
src/main/resources/application-pre.yml

@@ -105,7 +105,7 @@ spring:
 
 neo4j:
   data:
-    URI: http://192.168.3.150:7478
+    URI: http://192.168.3.150:7480
     username: neo4j
     password: root
 

+ 1 - 1
src/main/resources/application-pro.yml

@@ -106,7 +106,7 @@ spring:
 
 neo4j:
   data:
-    URI: http://192.168.3.150:7478
+    URI: http://192.168.3.150:7480
     username: neo4j
     password: root
 

+ 1 - 1
src/main/resources/application-test.yml

@@ -105,7 +105,7 @@ spring:
 
 neo4j:
   data:
-    URI: http://192.168.3.150:7478
+    URI: http://192.168.3.150:7480
     username: neo4j
     password: root