From 8d73c2a3af56a5a467ea1f2d4c7d9bae9f25853d Mon Sep 17 00:00:00 2001 From: Jodee90 Date: Fri, 29 Nov 2019 15:27:15 +0200 Subject: [PATCH] Added feature to update a resource's resource type --- pom.xml | 6 +++--- src/main/resources/application.properties | 10 +++++----- src/main/resources/registry.properties | 15 +++++++-------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index b87aebb..6de056a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,17 +2,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 registry-core-service - 2.1.4-SNAPSHOT + 2.1.6-SNAPSHOT war eu.openminted registry - 2.1.4-SNAPSHOT + 2.1.6-SNAPSHOT - 2.1.4-SNAPSHOT + 2.1.6-SNAPSHOT diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7570490..d9992df 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ spring.jackson.default-property-inclusion=non_empty jms.content.corpus.topic=content.corpus jdbc.driverClassName = org.postgresql.Driver -jdbc.url = jdbc:postgresql://83.212.111.205:5432/registry +jdbc.url = jdbc:postgresql://localhost:5432/registry jdbc.username = vrasidas jdbc.password = paparia hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect @@ -10,16 +10,16 @@ hibernate.format_sql = false elasticsearch.cluster = docker-cluster -elasticsearch.url = 83.212.111.205 -elasticsearch.port = 9333 +elasticsearch.url = localhost +elasticsearch.port = 9200 -redis.host=83.212.111.205 +redis.host=localhost redis.port=6379 redis.password=01041992s hibernate.hbm2ddl.auto = update -jms.host =tcp://83.212.111.205:61616 +jms.host =tcp://localhost:61616 oidc.secret = AP5IEzl5-zB4ur0u7VkwtMj1X_0QAliJzLpG8401hDGNZPpiN1Ma41ui2ILuSMiXDStGlbTKVw0LK1h51KdlwbM oidc.id = dfd9f71e-2d7e-41a7-a9c5-bc27cc815868 diff --git a/src/main/resources/registry.properties b/src/main/resources/registry.properties index f45827c..02e02fc 100644 --- a/src/main/resources/registry.properties +++ b/src/main/resources/registry.properties @@ -1,26 +1,25 @@ spring.jackson.default-property-inclusion=non_empty jms.content.corpus.topic=content.corpus jdbc.driverClassName = org.postgresql.Driver -jdbc.url = jdbc:postgresql://83.212.111.205:5432/registry +jdbc.url = jdbc:postgresql://localhost:5432/registry jdbc.username = vrasidas jdbc.password = paparia hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect -hibernate.show_sql = false +hibernate.show_sql = true hibernate.format_sql = false -hibernate.generate_statistics = true elasticsearch.cluster = docker-cluster -elasticsearch.url = 83.212.111.205 -elasticsearch.port = 9333 +elasticsearch.url = localhost +elasticsearch.port = 9200 -redis.host=83.212.111.205 +redis.host=localhost redis.port=6379 redis.password=01041992s hibernate.hbm2ddl.auto = update -jms.host =tcp://83.212.111.205:61616 +jms.host =tcp://localhost:61616 oidc.secret = AP5IEzl5-zB4ur0u7VkwtMj1X_0QAliJzLpG8401hDGNZPpiN1Ma41ui2ILuSMiXDStGlbTKVw0LK1h51KdlwbM oidc.id = dfd9f71e-2d7e-41a7-a9c5-bc27cc815868 @@ -77,7 +76,7 @@ mail.debug=true webanno.host=https://webanno.openminted.eu/api/v2 webanno.username=i.diplas -webanno.password=billkat11 +webanno.password=atsad geranos.key=FOBOYkai127MPROKOLAferontes geranos.endpoint=https://snf-773633.vm.okeanos.grnet.gr