# 5. 开始

如果你刚开始使用Spring，那么你可能希望通过创建一个基于Spring引导的应用程序来开始使用Spring框架。SpringBoot提供了一种快速（和固定）的方法来创建一个可用于生产环境的基于Spring的应用程序。它基于Spring框架，使用约定的方式而不是配置方式，旨在让你尽快启动和运行。

你可以使用start.spring.io生成一个基本项目，或者遵循“入门”指南之一，例如开始构建一个RESTful Web服务。这些指南不仅易于理解，以任务为导向，而且大多数都基于Spring boot。它们还涵盖了Spring产品组合中的其他项目，可以为你在解决特定问题时做参考。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flydean.com/spring-framework-documentation5/spring-framework-overview/5.getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
