79427831

Date: 2025-02-10 17:28:28
Score: 1.5
Natty:
Report link

Run your app using:

./gradlew bootRun --args='--spring.profiles.active=dev' --debug-jvm.

Then, in IntelliJ IDEA, create a Remote JVM Debug configuration and run it.

enter image description here

Actually, this is the same process as debugging a Java Spring Boot application, so the current question might be a duplicate of how to debug spring application with gradle

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Geba