Tell us how you use the project! #74
Replies: 3 comments 4 replies
-
I was searching via Google for sth. like "Spring Boot configuration properties documentation generation", can not remember what keyword I used exactly. I'm pretty sure along the search I also stumbled upon this article.
In my current project we have a lot of custom properties that need to be documented for admin users of our software. Since I did not want to duplicate and maintain the properties in both places (
No, but will spread the word about this tool here to people I know of. ;-)
By now, only testing it our in our current customer project.
I think, I like asciidoc a lot (at least more than markdown), but HTML looks also quite usable to me.
Not yet.
Maven
I'm just scratching the surface, so, nothing missing here, yet. :-) |
Beta Was this translation helpful? Give feedback.
-
I was searching online for some approach to automatically generate documentation about configuration of Spring-enabled applications. From the search it came out a result with a suggestion to use spring-boot-configuration-processor and the spring-configuration-documenter-plugin. |
Beta Was this translation helpful? Give feedback.
-
Was originally looking to co-opt some of the Spring Boot tooling that generates those tables with the configprops metadata in appendixes, but lots of manual intervention was sort of required (i.e. creating a list of classes to document, etc) and it would be a maintenance burden continually updating my own bespoke tool if it were based on internal upstream tooling. I think it's matured a bit since the transition to gradle, I believe the last maven one lives in 2.2.x here, and something similar to it lives in the changelog generator tool now. Perhaps they've moved a general generator elsewhere but I abandoned that wild goose chase and nearly wrote my own after some unsuccessful searching before finding this project as a pleasant surprise. I actually forget how I came across this project — either it was mentioned on SO or I saw it while scrolling through a heavily curated GitHub topic filter. Seems very promising and I'm a big fan of the roadmap, saves a lot of time doing meticulous documentation chores before a release. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us how you use the project!
Beta Was this translation helpful? Give feedback.
All reactions