浏览代码

fix redis config for invoice generation devlocal profile

dmendoza 8 年之前
父节点
当前提交
9bb4f86c3b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      crss-settlement-task-invoice-generation/application-devlocal.yml

+ 4 - 4
crss-settlement-task-invoice-generation/application-devlocal.yml

@@ -33,6 +33,10 @@ spring:
       connectionTimeout: 10000
       maxPoolSize: 20
 
+  redis:
+      host: localhost
+      port: 6379
+
   jpa:
     show-sql: false
     generate-ddl: true
@@ -59,10 +63,6 @@ report:
   directory:
     base: report/
 
-  redis:
-    host: localhost
-    port: 6379
-
 sftp:
   credentials:
     username: pemc