Thursday 19 July 2018

Spring boot: Run the application in debug mode

Start the application with --debug switch.

Eclipse: How to start the spring application in debug mode?
Right click on spring boot main class -> Run As -> Run Configurations.

Go to ‘Arguments’ tab and add the value --debug in ‘Program Arguments:’ window and run the application.

Previous                                                 Next                                                 Home

No comments:

Post a Comment