diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4108e06..eb51598 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -50,3 +50,5 @@ spring.redis.port=6379 iemr.session.expiry.time.sec=7200 +spring.main.allow-bean-definition-overriding=true +spring.main.allow-circular-references=true \ No newline at end of file