h2 console stuff

This commit is contained in:
Anthony Stirling 2025-08-01 14:46:22 +01:00
parent 5e5f2dda83
commit 42f5e68f48

View File

@ -1,7 +1,7 @@
multipart.enabled=true multipart.enabled=true
logging.level.org.springframework=WARN logging.level.root=DEBUG
logging.level.org.hibernate=WARN
logging.level.org.eclipse.jetty=WARN logging.level.org.eclipse.jetty=WARN
logging.level.com.zaxxer.hikari=WARN
#logging.level.org.springframework.security.saml2=TRACE #logging.level.org.springframework.security.saml2=TRACE
#logging.level.org.springframework.security=DEBUG #logging.level.org.springframework.security=DEBUG
#logging.level.org.opensaml=DEBUG #logging.level.org.opensaml=DEBUG
@ -34,6 +34,7 @@ spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=sa spring.datasource.username=sa
spring.datasource.password= spring.datasource.password=
spring.h2.console.enabled=false spring.h2.console.enabled=false
spring.h2.console.path=/h2-console
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
server.servlet.session.timeout:30m server.servlet.session.timeout:30m
# Change the default URL path for OpenAPI JSON # Change the default URL path for OpenAPI JSON