Add Config for H2 Console

This commit is contained in:
MuecahidYeniguen 2024-11-03 11:11:27 +01:00
parent bbb237928f
commit b6c9c2173a

View file

@ -23,3 +23,7 @@ logging.level.org.springframework=INFO
# Maximum time static resources should be cached # Maximum time static resources should be cached
spring.web.resources.cache.cachecontrol.max-age=12h spring.web.resources.cache.cachecontrol.max-age=12h
#Config Console
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console