spring_reference/I. Spring Boot Documentation/2. Getting help.md

11 lines
938 B
Markdown
Raw Permalink Normal View History

2015-03-11 15:35:44 +00:00
### 2. 获取帮助
使用Spring Boot遇到麻烦我们很乐意帮忙
2015-08-22 13:18:06 +00:00
- 尝试[How-tos](../IX. How-to guides/README.md)-它们为多数常见问题提供解决方案。
2015-03-11 15:35:44 +00:00
- 学习Spring基础知识Spring Boot是在很多Spring项目上构建的查看[spring.io](http://spring.io/)站点可以获取大量参考文档。如果你刚开始使用Spring可以尝试其中的一个[指导](http://spring.io/guides)。
- 提问题-我们时刻监控着[stackoverflow.com](http://stackoverflow.com/)上标记[spring-boot](http://stackoverflow.com/tags/spring-boot)的问题。
- 在[github.com/spring-projects/spring-boot/issues](https://github.com/spring-projects/spring-boot/issues)报告Spring Boot的bug。
2015-05-03 14:11:34 +00:00
**注**Spring Boot的全部都是开源的包括文档如果你发现问题或只是想提高它们请[参与进来](http://github.com/spring-projects/spring-boot/tree/master)