标签: spring-boot swagger swagger-ui swagger-codegen springfox
我使用java spring boot框架为我的项目创建REST api,我使用“springfox-swagger2和springfox-swagger-ui”生成swagger文档。我可以使用网址http://localhost:8080/swagger-ui.html查看我的文档。
如何在不启动网址的情况下为文件生成swagger.json / spec.json?我打算使用这个json在同一个构建中创建客户端类。