From b6c9c2173a29a134428c4bd3c08faac4935c89ca Mon Sep 17 00:00:00 2001 From: MuecahidYeniguen Date: Sun, 3 Nov 2024 11:11:27 +0100 Subject: [PATCH] Add Config for H2 Console --- 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 6ed9856541a..d553bde3114 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,3 +23,7 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.web.resources.cache.cachecontrol.max-age=12h + +#Config Console +spring.h2.console.enabled=true +spring.h2.console.path=/h2-console