-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my code is inside src directly and not in src/main/java and apis are not scanned #3
Comments
If your source code is under
Let me know how that works. |
I tried it out still it is not generating proper document it is generating the following documentation: in service.json Following are the logs: swaggertask.first:
|
com.ibm.cm.api.contract.rest
/cmapi
v1
|
Hi,
so the directory structure was
src
I ran the task from above src folder which is root folder of my project
still it is not detecting the apis
I do not use maven and I am using apache wink for rest api implementation.
Can you please suggest any other workaround or plugin that I can use to generate swagger doc at compile time??
Thanks,
jcodemani
The text was updated successfully, but these errors were encountered: