diff --git a/shogun-config/src/main/resources/application-base.yml b/shogun-config/src/main/resources/application-base.yml index 634806376..7b62c7b3d 100644 --- a/shogun-config/src/main/resources/application-base.yml +++ b/shogun-config/src/main/resources/application-base.yml @@ -27,11 +27,12 @@ server: spring: main: banner-mode: off + allow-circular-references: true jpa: # Show SQL statements show-sql: true open-in-view: true - database-platform: org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect + database-platform: org.hibernate.dialect.PostgreSQLDialect hibernate: jdbc: lob: diff --git a/shogun-proxy/pom.xml b/shogun-proxy/pom.xml index a75c7da10..32d1a51fe 100644 --- a/shogun-proxy/pom.xml +++ b/shogun-proxy/pom.xml @@ -103,7 +103,6 @@ org.springframework.boot spring-boot-maven-plugin - true false