Skip to content

Commit

Permalink
Allow circular dependency #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghanem committed Jan 14, 2022
1 parent 7782cfb commit e3fac44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spring.rabbitmq:
enabled: true
algorithm: TLSv1.2

spring.main:
allow-circular-references: true

elixir:
client:
id: ${CLIENT_ID}
Expand Down

0 comments on commit e3fac44

Please sign in to comment.