Ver código fonte

fix redis devlocal

Karen Kho 8 anos atrás
pai
commit
96c2f2827a

+ 5 - 0
crss-settlement-task-calculation/crss-settlement-task-calculation-devlocal.yml

@@ -39,6 +39,10 @@ spring:
         hbm2ddl:
           import_files:
 
+  redis:
+    host: localhost
+    port: 6379
+
   batch:
     job:
       enabled: true
@@ -73,3 +77,4 @@ logging:
     com.netflix: DEBUG
     org.springframework.cloud: DEBUG
     org.hibernate.stat: debug
+