Skip to content

Commit

Permalink
Added feature to update a resource's resource type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodee90 committed Nov 29, 2019
1 parent 9d4002f commit 8d73c2a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>registry-core-service</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
<groupId>eu.openminted</groupId>
<artifactId>registry</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
</parent>

<properties>
<registry.core>2.1.4-SNAPSHOT</registry.core>
<registry.core>2.1.6-SNAPSHOT</registry.core>
</properties>
<licenses>
<license>
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
15 changes: 7 additions & 8 deletions src/main/resources/registry.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d73c2a

Please sign in to comment.