Przeglądaj źródła

feat: 增加redis配置

ChenSiTong 6 lat temu
rodzic
commit
2478c89739
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/main/resources/application-dev.yml

+ 3 - 0
src/main/resources/application-dev.yml

@@ -13,6 +13,9 @@ spring:
   http:
     encoding:
       force: true
+  redis:
+    host: localhost
+    port: 6379
   data:
     redis:
       repositories: