swagger-codegen : Problem of add "default" to generated Path => @Path("/default)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2021
08:28 AM
08-03-2021
08:28 AM
swagger-codegen : Problem of add "default" to generated Path => @Path("/default)
Problem :
in api.json :
"paths": {
"/": {
In generated source :
@Path("/default")
Wanted :
in api.json :
"paths": {
"/": {
In generated source :
@Path("/")
language : lang-jersey
Swagger-codegen version
swagger-codegen-maven-plugin-2.2.1
Swagger declaration :
"paths": {
"/": {
"get": {
"tags": [
"customer"
],
Labels:
- Labels:
-
Swagger Codegen
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021
06:03 PM
08-04-2021
06:03 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021
02:28 AM
08-05-2021
02:28 AM
i generate using maven goal, using the plugin swagger-codegen, and langage: lang-jersey
it generate the source code with all wanted info, just problem of adding "default" to @ Path
