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
and copy all your plugins and properties setting in pom.xml,and write a HelloController with an simple hello.
So basically,I have three questions
swagger.yml under the src/main/test is auto-generated or hand-written?
under your test class,a code snippet is writing the http://localhost:8080/v2/api-docs responses
into swagger/swagger.json,where did you set the property io.springfox.staticdocs.outputDir
hello,there! I copy your pom and reduce your dependencies into two
and copy all your plugins and properties setting in
pom.xml
,and write aHelloController
with an simple hello.So basically,I have three questions
http://localhost:8080/v2/api-docs
responsesinto swagger/swagger.json,where did you set the property
io.springfox.staticdocs.outputDir
I get a null in test case.
The text was updated successfully, but these errors were encountered: