SpringBoot进入debug模式

第一种

命令行

java –jar  xxx.jar   --debug

 

 

第二种

在application.properties中设置属性

debug=true

 

 

第三种

在启动上面设置Run Configurations…

在VM arguments中添加 –Ddebug

posted @ 2019-01-02 08:23  墨小枫233  阅读(24021)  评论(1编辑  收藏  举报