@@ -29,3 +29,8 @@ spring:
username: postgres
password: postgres
driverClassName: org.postgresql.Driver
+
+ redis:
+ host: localhost
+ port: 6379
@@ -58,6 +58,7 @@ spring:
redis:
host: localhost
batch:
job:
@@ -63,10 +63,6 @@ spring:
enabled: true
- redis:
- host: localhost
- port: 6379
-
chunkSize: 100
maxWorkers: 10