> 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/viii.-build-tool-plugins/68.-spring-boot-maven-plugin.md).

# 68. Spring Boot Maven插件

[Spring Boot Maven插件](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/maven-plugin)为Maven提供Spring Boot支持，它允许你打包可执行jar或war存档，然后就地运行应用。为了使用它，你需要使用Maven 3.2（或更高版本）。

**注** 参考[Spring Boot Maven Plugin Site](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/maven-plugin)可以获取全部的插件文档。
