spring boot 调试
Posted Ryan Miao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 调试相关的知识,希望对你有一定的参考价值。
命令行方式:
mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
需要在idea 中edit configuration->+ -> remote->debug
以上是关于spring boot 调试的主要内容,如果未能解决你的问题,请参考以下文章
无法使用 intelliJ Idea 打开 Spring Boot 调试的调试器端口