Codearte / props2yaml

Apache License 2.0
38 stars 17 forks source link

feat: support construct Props2YAML from Properties #21

Closed Anilople closed 1 year ago

Anilople commented 4 years ago

Support user use like follow:

String yaml = Props2YAML.fromProperties(properties).convert();