From 024071d1e5d9306ae9300e18687d7a540d0a77d0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 12 Sep 2023 18:08:13 +0300 Subject: Disable h2 console --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 989e1c63..ff777338 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,7 +3,7 @@ spring.mvc.pathmatch.matching-strategy=ant-path-matcher spring.jackson.default-property-inclusion=non-default spring.jackson.serialization.write-dates-as-timestamps=false spring.jackson.serialization.write-empty-json-arrays=true -spring.h2.console.enabled=true +spring.h2.console.enabled=false spring.datasource.generate-unique-name=false spring.flyway.enabled=false spring.sql.init.platform=h2 -- cgit v1.2.3