You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and SecondResource.java
When I use the client generation, I would get two API files: FirstApi.java and SecondApi.java with tags. This seems to be missing in the server generation.
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: