Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
984 views
in Technique[技术] by (71.8m points)

swagger - How do I run an OpenAPI app without Swaggerhub?

I am new to the OpenAPI world and need some explanation.

I had an app that ran in docker. I needed to add OpenAPI interface to it. I used swagger's codegen. This created an app that uses Swaggerhub to document the API. I amended a controller and added my code as a subdirectory so that the swaggerhub interface called my code.

This all worked great.

What I don't understand is how do I use this thing I have created without swaggerhub? It has a slightly changed version of my app that won't run without all the swagger stuff. And if I want to give this to someone else they need to be able to access swaggerhub which in some cases they won't be able to. Or am I wrong?

Is it simply the case that I need 2 versions: my code in the swagger codegen form, and one without?

question from:https://stackoverflow.com/questions/66063013/how-do-i-run-an-openapi-app-without-swaggerhub

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...