getting-help.md 970 字节
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Getting Help

If you have trouble with Spring Boot, we would like to help.

* Try the [How-to documents](howto.html#howto).
  They provide solutions to the most common questions.

* Learn the Spring basics.
  Spring Boot builds on many other Spring projects.
  Check the [spring.io](https://spring.io) web-site for a wealth of reference documentation.
  If you are starting out with Spring, try one of the [guides](https://spring.io/guides).

* Ask a question.
  We monitor [stackoverflow.com](https://stackoverflow.com) for questions tagged with [`spring-boot`](https://stackoverflow.com/tags/spring-boot).

* Report bugs with Spring Boot at [github.com/spring-projects/spring-boot/issues](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 [get involved](https://github.com/spring-projects/spring-boot/tree/v2.6.4).