Tool to document Spring Configuration Properties - Leave us a feedback: https://github.com/rodnansol/spring-configuration-property-documenter/discussions/74
Apache License 2.0
39
stars
5
forks
source link
Generate an empty file if the spring-configuration-metadata.json is missing #68
Is your feature request related to a problem? Please describe.
If a specified spring-configuration-metadata.json can not be found the tool by default will log an error message that the input file is not found, and it will not create an empty document. Change this behaviour with a flag.
Describe the solution you'd like
Introduce a new flag and if the spring-configuration-metadata.json is missing, create an empty document in those case too.
Is your feature request related to a problem? Please describe. If a specified
spring-configuration-metadata.json
can not be found the tool by default will log an error message that the input file is not found, and it will not create an empty document. Change this behaviour with a flag.Describe the solution you'd like Introduce a new flag and if the
spring-configuration-metadata.json
is missing, create an empty document in those case too.