I am migrating from springfox to spring rest docs so I can move forward with the spring boot 2.2 upgrade. The thing is I don't want to constantly update the adoc file to add include::{snippets}/directory/curl-request.adoc[] or operation::directory[] when more tests are added. Is there a more automated way like including wildcards to include recursively all snippets in generated-snippets directory?
Also a bonus question, I have in my configuration alwaysDo(document("{class-name}/{method-name}") but the method names include a -when the method name has a word with all caps likeGIVENbecomesg-i-v-e-n. I would like it to be given`.
Thanks!