BAEL-7521 - dynamically registering spring beans

This commit is contained in:
Abhinav Pandey 2024-03-03 15:20:06 +05:30
parent f99982eb41
commit 05f652e4bf
2 changed files with 18 additions and 2 deletions

View File

@ -1 +1,9 @@
ambiguous-bean: 'A'
ambiguous-bean: 'A'
api:
clients:
- name: example
url: https://api.example.com
key: 12345
- name: anotherexample
url: https://api.anotherexample.com
key: 67890

View File

@ -1 +1,9 @@
ambiguous-bean: 'B'
ambiguous-bean: 'B'
api:
clients:
- name: example
url: https://api.example.com
apiKey: 12345
- name: anotherexample
url: https://api.anotherexample.com
apiKey: 67890