
The documentation overview sections is supposed to provide a map for the rest of the reference document. The getting help and upgrading sections were moved to align with that.
19 lines
899 B
Plaintext
19 lines
899 B
Plaintext
[[getting-help]]
|
|
= Getting Help
|
|
include::attributes.adoc[]
|
|
|
|
If you have trouble with Spring Boot, we would like to help.
|
|
|
|
* Try the <<howto#howto, How-to documents>>.
|
|
They provide solutions to the most common questions.
|
|
* Learn the Spring basics.
|
|
Spring Boot builds on many other Spring projects.
|
|
Check the https://spring.io[spring.io] web-site for a wealth of reference documentation.
|
|
If you are starting out with Spring, try one of the https://spring.io/guides[guides].
|
|
* Ask a question.
|
|
We monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`].
|
|
* Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues.
|
|
|
|
NOTE: All of Spring Boot is open source, including the documentation.
|
|
If you find problems with the docs or if you want to improve them, please {spring-boot-code}[get involved].
|