Regarding including config properties of spring-boot-autoconfigure-3.4.4 jar #111
Replies: 2 comments 1 reply
-
Hello there, if you can provide a reproducer that would be cool :) |
Beta Was this translation helpful? Give feedback.
-
Code :-
} tasks.named("build") { Here in project we are using multiple jar or libs. In metadata some of them are adding using above code base. In that jar list one of the entry is of spring-boot-autoconfigure-3.4.4 which i can see getting added to metadatinput but in end result [combined document] there is no any entry for it. Even i tried adding it explicitly like below but still its not showing in document metadataInputs { //(9) My question is, is this jar restricted which generating document ? If yes why? |
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.
-
I am trying to generate a document using spring-configuration-property-documenter (generateAndAggregateDocuments) for my springboot multimodule project. I want document to be generated with project specific dependencies plus some standard like spring-boot or spring-boot-autoconfigure-3.4.4.
I am able to include properties from spring-boot but not able to add for spring-boot-autoconfigure-3.4.4.
I tried many ways to include spring-boot-autoconfigure-3.4.4 but failed.
Is it restricted? If yes why? Which other are restricted?
If no how to include spring-boot-autoconfigure-3.4.4 config properties in document?
Beta Was this translation helpful? Give feedback.
All reactions