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
