Configure Back to postgres
diff --git a/addressImport/src/main/resources/application.yml b/addressImport/src/main/resources/application.yml index 091e612..56f0663 100644 --- a/addressImport/src/main/resources/application.yml +++ b/addressImport/src/main/resources/application.yml
@@ -13,23 +13,23 @@ spring: datasource: ## ---- postgres --------------------------------------------------- -# url: jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer -# username: ${GFI_DB_USERNAME} -# password: ${GFI_DB_PASSWORD} + url: jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer + username: ${GFI_DB_USERNAME} + password: ${GFI_DB_PASSWORD} # ------------------------------------------------------------------ ## ---- oracle ----------------------------------------------------- - enable-oracle-configuration: true - url: jdbc:oracle:thin:@LIDLORADB2.PTA.DE:1521:NAPDB00 - username: dietricf - password: dietricf000 - jpa: - database-platform: org.hibernate.dialect.Oracle10gDialect - show-sql: false - -oracle: - ucp: - minPoolSize: 2 - maxPoolSize: 10 +# enable-oracle-configuration: true +# url: jdbc:oracle:thin:@LIDLORADB2.PTA.DE:1521:NAPDB00 +# username: dietricf +# password: dietricf000 +# jpa: +# database-platform: org.hibernate.dialect.Oracle10gDialect +# show-sql: false +# +#oracle: +# ucp: +# minPoolSize: 2 +# maxPoolSize: 10 # End Orale Config--------------------------------------------------- server: