From 1510daf711c2d15d1a4804865198843ee64c78f6 Mon Sep 17 00:00:00 2001 From: Lukas Lohoff Date: Fri, 24 Mar 2023 17:12:54 +0100 Subject: [PATCH] fix: temproarily allow circular references --- shogun-boot/src/test/resources/application-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shogun-boot/src/test/resources/application-test.yml b/shogun-boot/src/test/resources/application-test.yml index 36078fed1..b87cd5cf6 100644 --- a/shogun-boot/src/test/resources/application-test.yml +++ b/shogun-boot/src/test/resources/application-test.yml @@ -17,6 +17,8 @@ shogun: srid: 25832 spring: + main: + allow-circular-references: true flyway: schemas: shogun, public defaultSchema: shogun