Skip to content

Commit

Permalink
fix: temporarily allow circular references
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed May 17, 2023
1 parent 816e945 commit dcc37d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion shogun-config/src/main/resources/application-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion shogun-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
<skip>false</skip>
</configuration>
</plugin>
Expand Down

0 comments on commit dcc37d0

Please sign in to comment.