Browse Source

fix:配置文件中内置缓存端口修改

tangfudong 1 năm trước cách đây
mục cha
commit
3ee1343b80
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      iot-starter/src/main/resources/application.yml

+ 2 - 1
iot-starter/src/main/resources/application.yml

@@ -1,3 +1,4 @@
+
 server:
   port: 8086
 
@@ -120,7 +121,7 @@ spring:
     #使用内置redis的配置
     #host: redis
     host: 127.0.0.1
-    port: 6379
+    port: 6378
     database: 0
 
   mvc: