jmsanchezbz / springboot-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Debug

  1. To start your Quarkus application in debug mode with JVM, enter the following command:
mvn spring-boot:run -Dspring-boot.run.jvmArguments="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000"
  1. Attach a debugger to localhost:port.

About


Languages

Language:Java 100.0%