From 4153323c83c3d28a0d082c4ddfbdf51354c6fdaf Mon Sep 17 00:00:00 2001 From: Surabhi Date: Tue, 18 Jan 2022 12:51:20 +0530 Subject: [PATCH] caffeine cache with cache manager - caffeine/no-op --- src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 38fb98d..1f1f6e1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -63,3 +63,7 @@ opentelemetry.lightstep.end.point=${OPENTELEMETERY_LIGHTSTEP_END_POINT} #Sunbird Adapater Outbound URL adapter.sunbird.transport.url=${TRANSPORT_SOCKET_BASE_URL} +#Active profile - development environment +#Possible values - dev, staging, production +#To disable cache - set it as dev +spring.profiles.active=${DEVELOPMENT_ENV:#{production}} \ No newline at end of file