spring boot project run on debug mode takes more than 2 hours

Viewed 15

I am using intellij idea to run the project

java version 17

spring boot project build is succeeded. but when I am start to run the project in Debug mode it takes since 2 hours.

I have tried to add application.properties file by added the below line

logging.level.org.springframework.boot.autoconfigure=DEBUG

enter image description here

0 Answers
Related