Skip to content

Commit

Permalink
fix: temproarily allow circular references
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed May 17, 2023
1 parent dcc37d0 commit 1510daf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shogun-boot/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ shogun:
srid: 25832

spring:
main:
allow-circular-references: true
flyway:
schemas: shogun, public
defaultSchema: shogun
Expand Down

0 comments on commit 1510daf

Please sign in to comment.