From ea36ca92f0c98a2d4fb2ec710f7ddf9d485ac14e Mon Sep 17 00:00:00 2001 From: jsnjns Date: Mon, 10 Jan 2022 09:27:02 -0500 Subject: [PATCH] Update 'src/main/resources/application.properties' Not for production, but probably best to disable H2 console. --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c0c7f9f..5c7798e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # ---Comments without preceeding '---' are settings to enable for development # ---Enable H2 console -spring.h2.console.enabled=true +# spring.h2.console.enabled=true # ---Turn Statistics on spring.jpa.properties.hibernate.generate_statistics=true