aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-17 15:22:18 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-17 15:22:18 +0200
commit8e362d5feaf5535bb59bacc1be677d8f10d08f86 (patch)
treee37505498ad18361df3fa3de973b094dced59f61 /src/main/resources
parentef9a86858a5e05b4dd9bff3992c477f49b0b20f2 (diff)
downloadmoa-zs-8e362d5feaf5535bb59bacc1be677d8f10d08f86.tar.gz
moa-zs-8e362d5feaf5535bb59bacc1be677d8f10d08f86.tar.bz2
moa-zs-8e362d5feaf5535bb59bacc1be677d8f10d08f86.zip
Add Redis and InMemory Implementation of DeliveryRequestRepository
- Deployer can choose which implementation to use (by activating - corresponding profile) - Add guava dependency - Extract DeliveryRequestRepository to Interface - Implement InMemory Repository using guava's cache
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 7cf70bd..7bd66e2 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,2 +1,4 @@
spring.redis.host=172.17.0.2
spring.redis.port=6379
+## activate cluster mode
+# spring.profiles.active=cluster