From 830c305572367d97a65c359ec3b0a177b0d71487 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Tue, 27 Aug 2024 16:08:17 -0400 Subject: [PATCH] Remove unused datasource schema property The spring.datasource.schema property was not in use and has been removed to clean up the `application-bdc.properties` file. This helps maintain the configuration file by eliminating unnecessary properties. --- dictionaryweights/src/main/resources/application-bdc.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/dictionaryweights/src/main/resources/application-bdc.properties b/dictionaryweights/src/main/resources/application-bdc.properties index 440b7cf..7a862d4 100644 --- a/dictionaryweights/src/main/resources/application-bdc.properties +++ b/dictionaryweights/src/main/resources/application-bdc.properties @@ -5,6 +5,5 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.datasource.driver-class-name=com.amazonaws.secretsmanager.sql.AWSSecretsManagerPostgreSQLDriver spring.datasource.url=jdbc-secretsmanager:postgresql://${DATASOURCE_URL}/picsure?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true spring.datasource.username=${DATASOURCE_USERNAME} -spring.datasource.schema=dict weights.filename=/weights.csv \ No newline at end of file