Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuring with ff4j-config-yaml #236

Open
paul58914080 opened this issue Nov 29, 2021 · 0 comments
Open

configuring with ff4j-config-yaml #236

paul58914080 opened this issue Nov 29, 2021 · 0 comments
Assignees
Labels
✨ enhancement New feature request 🧑‍💻 evolution Breaking change

Comments

@paul58914080
Copy link
Member

As @clun reported in #106.

Consider other properties in the YAML ? like config. I said it because most of the work is already done in ff4j-config-yaml

https://github.com/ff4j/ff4j/blob/master/ff4j-config-yaml/src/test/java/org/ff4j/parser/yaml/YamlParserTest.java

InputStream ymlFile = getClass().getClassLoader().getResourceAsStream("application.yml");
FF4jConfiguration ymlConfig = new YamlParser().parseConfigurationFile(ymlFile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature request 🧑‍💻 evolution Breaking change
Projects
None yet
Development

No branches or pull requests

1 participant