From 58599fe808d65fdff7276bb4c0365f3b8d1ed968 Mon Sep 17 00:00:00 2001 From: Jj! Date: Wed, 6 Mar 2019 08:39:37 -0600 Subject: [PATCH] [NOISSUE] comment out configuration for now --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index a84f4a3a3..b0f63bd34 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -19,7 +19,7 @@ spring.datasource.driverClassName=org.h2.Driver spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.h2.console.enabled=true -spring.jackson.default-property-inclusion=non_absent +# spring.jackson.default-property-inclusion=non_absent # Database Configuration PostgreSQL #spring.datasource.url=jdbc:postgresql://localhost:5432/shibui