> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/iii.-using-spring-boot/19.-running-your-application.md).

# 19. 运行应用程序

将应用打包成jar，并使用内嵌HTTP服务器的一个最大好处是，你可以像其他方式那样运行你的应用程序。调试Spring Boot应用也很简单。你都不需要任何特殊IDE插件或扩展。

**注**：本章节只覆盖基于jar的打包。如果选择将应用打包成war文件，你最好参考相关的服务器和IDE文档。
