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