forked from blcham/record-manager
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Generate section related to configuration parameters of Record Manager #80
Comments
@palagdan I guess the issue here is again that we are using Now, we need it again so the annotation processor can process it. |
palagdan
added a commit
that referenced
this issue
Nov 25, 2024
palagdan
added a commit
that referenced
this issue
Nov 25, 2024
palagdan
added a commit
that referenced
this issue
Nov 25, 2024
palagdan
added a commit
that referenced
this issue
Nov 26, 2024
Workaround for spring-boot-configuration-docgen-processor
palagdan
added a commit
that referenced
this issue
Nov 27, 2024
palagdan
added a commit
that referenced
this issue
Nov 27, 2024
palagdan
added a commit
that referenced
this issue
Nov 27, 2024
palagdan
added a commit
that referenced
this issue
Nov 27, 2024
palagdan
added a commit
that referenced
this issue
Nov 27, 2024
palagdan
added a commit
that referenced
this issue
Nov 27, 2024
palagdan
added a commit
that referenced
this issue
Nov 29, 2024
palagdan
added a commit
that referenced
this issue
Nov 29, 2024
palagdan
added a commit
that referenced
this issue
Nov 29, 2024
palagdan
added a commit
that referenced
this issue
Nov 29, 2024
palagdan
added a commit
that referenced
this issue
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I would like a section visible from README.md showing all the backend configuration parameters. Those parameters should be generated from Spring annotations related to configuration. There is an annotation processor plugin that can be used for this purpose.
It should be done similarly to https://github.com/kbss-cvut/termit-docker?tab=readme-ov-file#further-termit-configuration. It is generated by an annotation processor (see example in https://github.com/kbss-cvut/termit/blob/22ffaed4a221679b2598aef0b11420243a27f123/pom.xml#L427), while generated values are taken from spring annotations
@Value
or@ConfigurationProperties
(see example in https://github.com/kbss-cvut/termit/blob/master/src/main/java/cz/cvut/kbss/termit/util/Configuration.java)A/C:
The text was updated successfully, but these errors were encountered: