We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
paul58914080
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: