Springboot 使用idea進行遠程debug

1、使用以下方式啓動項目 java -Dspring.config.location=./application-user.yml -jar  -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 enc-user-impl.jar 2、Idea進行遠程連接調試
相關文章
相關標籤/搜索