From be13722cc5d851fa23be672d031ab25d54316f05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll <snicoll@pivotal.io> Date: Fri, 3 Feb 2017 08:37:02 +0100 Subject: [PATCH] Polish --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cff6d78..ddb57e3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,4 +23,6 @@ logging.level.org.springframework=INFO # Active Spring profiles spring.profiles.active=production + +# Caching spring.cache.cache-names=vets -- GitLab