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

Feature request: add instructions for YAML to generated application property file #2131

Open
auke- opened this issue Oct 14, 2023 · 0 comments

Comments

@auke-
Copy link

auke- commented Oct 14, 2023

As of Micronaut 4 the default application configuration format is no longer the YAML format but a property file format. Users might not be aware of the ability to use YAML as configuration format, so I propose the addition of instructions as comment in the generated application property file.

This comment should describe or contain a reference to instructions:

  • how to enable build time YAML conversion using AOT and convertYamlToJava
  • how to enable run time YAML support (by adding the snakeyaml dependency or selecting YAML using the starter)
  • how to convert a property file to the YAML format or vice versa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant