-
Notifications
You must be signed in to change notification settings - Fork 92
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
Resources grouping ignoring tags with common path name and different resources #675
Labels
Comments
@ricardozanini @hbelmiro This is being labeled as Stale. |
@ricardozanini @hbelmiro This is being labeled as Stale. |
@ricardozanini @hbelmiro This is being closed due to inactivity. |
@ricardozanini @hbelmiro This is being labeled as Stale. |
@ricardozanini @hbelmiro This is being labeled as Stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I have one single .json file used to generate server code.
I have some paths looks like this:
/some/path/first
/some/path/second
Right now I see that I will have one file generated called
SomeResource.java
I wonder if I can have two files:
FirstResource.java
andSecondResource.java
When I use the client generation, I would get two API files:
FirstApi.java
andSecondApi.java
with tags. This seems to be missing in the server generation.Here is the detailed sample file I have:
The text was updated successfully, but these errors were encountered: