Update application.yaml

Momentarily added `allow-circular-references: true`
This commit is contained in:
Jens Kristian Villadsen
2022-02-18 01:03:49 +01:00
committed by GitHub
parent e45ba6ce5b
commit 3fd880399c

View File

@@ -1,4 +1,6 @@
spring: spring:
main:
allow-circular-references: true
flyway: flyway:
enabled: false enabled: false
check-location: false check-location: false