diff options
author | Vitaly Takmazov | 2023-09-12 18:08:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-09-12 18:08:13 +0300 |
commit | 024071d1e5d9306ae9300e18687d7a540d0a77d0 (patch) | |
tree | e8ae966626ec9cc0647367fd6c9f7e29c8680d6f /src/main | |
parent | f72503d0ea530bb472bbad12422f91820c3f6b29 (diff) |
Disable h2 console
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |