From 6fdca05eff69c6926e2fc85226fdb43bfaa26f6f Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 3 Aug 2023 13:36:11 -0400 Subject: [PATCH] update runelite-cache jndi name --- http-service/src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-service/src/main/resources/application.yaml b/http-service/src/main/resources/application.yaml index b6c31a3..8f135ba 100644 --- a/http-service/src/main/resources/application.yaml +++ b/http-service/src/main/resources/application.yaml @@ -2,7 +2,7 @@ datasource: runelite: jndiName: java:comp/env/jdbc/runelite runelite-cache: - jndiName: java:comp/env/jdbc/runelite-cache2 + jndiName: java:comp/env/jdbc/runelite-cache3 # By default Spring tries to register the datasource as an MXBean, # so if multiple apis are deployed on one web container with