I have the below YAML configuration for OAuth OAuth: authorizationUrl: https://localhost:5001/connect/authorize tokenUrl: https://localhost:5001/connect/tok
Is there a way in micronaut to generate endpoints in a way like we do it in spring-boot via spec.yaml file? our code represented an endpoint @Override public Re