joseFilA
joseFilA
When I try to run the resolveFull task, I get: java.lang.ClassNotFoundException: io.swagger.v3.jaxrs2.integration.SwaggerLoader The original 'resolve' task works fine so it seems weird that there would be a classpath issue for...
Adding `implementation 'io.swagger.core.v3:swagger-jaxrs2'` to the dependencies solved the issue.
What is currently the best way to generate different swagger files, ie: one swagger file with all endpoints and another swagger file with a subset (using filtering or a list...