You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Via some feedback from @dcoxall, we could do a better job of documenting the starters. I think we're guilty of assuming that people will look in the poms to figure out what each starter does.
A couple of ideas to improve the documentation:
List each starter with a description of what it contains and when you'd use it
Add an opinionated section that says if you are building X then you should use starter Y
The text was updated successfully, but these errors were encountered:
The instructions should have been updated as part of the work on
gh-5267 so that the zip of all of the starter poms is available to
the documentation's build. With that fixed, the current instructions
still fail as the javadoc fails to generated as a result of
org.springframework.boot:spring-boot:test-jar:tests being unavailable.
This can be avoid by simply not trying to build the javadoc, i.e.
by running generate-resources rather than install.
Closesgh-5633
Via some feedback from @dcoxall, we could do a better job of documenting the starters. I think we're guilty of assuming that people will look in the poms to figure out what each starter does.
A couple of ideas to improve the documentation:
The text was updated successfully, but these errors were encountered: