You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know how to implement something similar to profiles in Spring Boot, but with FX?
The concept of profiles allows having multiple implementations of the same interface, but at runtime, only one dependency is available based on a configuration parameter. For example, implementing different versions based on country.
Could you please explain how to achieve this?
Thanks a lot !!
The text was updated successfully, but these errors were encountered:
It is also recommended not to use plain strings for representing the country value in fx. Instead, it's better to use a separate custom type or use name tag
Hi ! Awesome project ! I love it 🥵.
Do you know how to implement something similar to profiles in Spring Boot, but with FX?
The concept of profiles allows having multiple implementations of the same interface, but at runtime, only one dependency is available based on a configuration parameter. For example, implementing different versions based on country.
Could you please explain how to achieve this?
Thanks a lot !!
The text was updated successfully, but these errors were encountered: