Closed dunguchi closed 4 years ago
Hi,
I have some projects (privates) that use resilience4j with application.properties. The idea is the same of model with application.yml file. This is an example:
Hope this helps :)
Thanks @silviobuss for your help. I have a question. Did you use java bean for config resilience4j to config to replace applicaton.yml or application.properites. Thank you!
my project right now don't use applicaton.yml. I am using application.properites file. How can i config it also maybe we have another way to config resilience4j without applicaton.yml, application.properites. May i config with Java.Class. Thanks!