diff --git a/persistence-service-v1/persistence-service-processor-v1/pom.xml b/persistence-service-v1/persistence-service-processor-v1/pom.xml index f635cef86..eb209cca3 100644 --- a/persistence-service-v1/persistence-service-processor-v1/pom.xml +++ b/persistence-service-v1/persistence-service-processor-v1/pom.xml @@ -18,8 +18,8 @@ 0.4.0 0.5.0 0.18.0 - 0.6.0 - 0.12.0 + 0.8.0 + 0.13.0 diff --git a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml index 48be66922..42d540984 100644 --- a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml +++ b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml @@ -83,7 +83,6 @@ multitenancy: driverClassName: org.postgresql.Driver hikari: maximumPoolSize: 8 - minimum-idle: 5 data-source-properties: cachePrepStmts: true prepStmtCacheSize: 1000 @@ -124,12 +123,6 @@ fforesight: user-exchange: name: 'users-exchange' jobs: - datasource: - url: jdbc:postgresql://${PSQL_HOST:localhost}:${PSQL_PORT:5432}/${PSQL_DATABASE:master}?cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true - driverClassName: org.postgresql.Driver - username: ${PSQL_USERNAME:fforesight} - password: ${PSQL_PASSWORD:fforesight} - platform: org.hibernate.dialect.PostgreSQL95Dialect enabled: true tenants: remote: true