We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
There's some logic in spring-boot-docs for figuring out the javadoc links for various projects:
spring-boot-docs
spring-boot/spring-boot-project/spring-boot-docs/build.gradle
Lines 225 to 242 in 95b882c
This similar information already in spring-boot-dependencies, for example:
spring-boot-dependencies
spring-boot/spring-boot-project/spring-boot-dependencies/build.gradle
Lines 2425 to 2426 in 95b882c
To avoid this duplication, we should make the links available in the ResolvedBom and then use them in spring-boot-docs.
ResolvedBom
The text was updated successfully, but these errors were encountered:
1047c21
wilkinsona
No branches or pull requests
There's some logic in
spring-boot-docs
for figuring out the javadoc links for various projects:spring-boot/spring-boot-project/spring-boot-docs/build.gradle
Lines 225 to 242 in 95b882c
This similar information already in
spring-boot-dependencies
, for example:spring-boot/spring-boot-project/spring-boot-dependencies/build.gradle
Lines 2425 to 2426 in 95b882c
To avoid this duplication, we should make the links available in the
ResolvedBom
and then use them inspring-boot-docs
.The text was updated successfully, but these errors were encountered: