Debug java micronaut microservice in visual studio code
问题 I created a microservice using micronaut and visual studio code. Everything is working find when I run the service using the gradlew.bat. I want to debug my microservice using visual studio code but annotation processing are not working. When I debug the service in visual studio code, it runs the main class and starts listening the localhost port but none of my controllers is found This is my launch configuration: { "type": "java", "name": "Debug (Launch)-Application<keycloak>", "request":