> 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/ix.-how-to-guides/86.-build/86.8-remote-debug-a-spring-boot-application-started-with-maven.md).

# 86.8 远程调试使用Maven启动的Spring Boot项目

想要为使用Maven启动的Spring Boot应用添加一个远程调试器，你可以使用[mave插件](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/maven-plugin)的jvmArguments属性。 详情参考[示例](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/maven-plugin/examples/run-debug.html)。
