腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(455)
视频
沙龙
2
回答
swagger-codegen-maven-plugin
with
springdoc-openapi-ui
、
、
、
、
我想在使用
swagger-codegen-maven-plugin
生成的服务中使用
springdoc-openapi-ui
,但是生成的API使用了错误的包,它使用的是io.swagger.annotationsplugin> <artifactId>
swagger-codegen-maven-plugin
浏览 36
提问于2019-10-07
得票数 2
1
回答
无法为swagger生成类
、
、
我使用以下配置来生成swagger: java: 6io.swagger: 1.5.0 com.fasterxml.jackson.core: 2.7.0 当我运行maven install(从intellij)时,得到以下错误: [ERROR] Failed to execute goal io.swagger:
swagger-codegen-maven-plugin
:2.1.3:generate (default) on project <project>: Exec
浏览 17
提问于2020-07-03
得票数 0
1
回答
如何使用springdoc-openapi-maven插件和
swagger-codegen-maven-plugin
生成客户端代码?
、
、
、
、
我想首先生成API的OpenAPI规范文件(Springdoc Plugin),然后使用Maven从这个文件(
swagger-codegen-maven-plugin
)生成客户端代码。我的问题是
swagger-codegen-maven-plugin
是在springdoc-openapi-maven-plugin.之前执行的因此,当springdoc-openapi-maven-plugin执行
swagger-codegen-maven-plugin
时,
swagger-codegen-maven-plugin
生成的输出文件
浏览 0
提问于2021-01-18
得票数 1
回答已采纳
2
回答
Spring-boot swagger在io.swagger.models.parameters.Parameter上抛出java.lang.ClassNotFoundException
、
、
、
、
我使用以下spring-boot依赖项为我的Spring-boot应用程序生成一个swagger文件: <groupId>io.springfox</groupId> <version>${swagger-fox.version}</version>
浏览 3
提问于2020-02-11
得票数 1
1
回答
在RequestParam 3中扁平化RequestParam对象
、
、
、
、
我正在从swagger 2迁移到OpenApi 3。 @ApiOperation(value = "", nickname = "") public List<Employee> findEmployees(@Valid Dto dto) { } @Operation(summ
浏览 9
提问于2020-04-17
得票数 5
回答已采纳
1
回答
使用SpringDoc ui和springdoc-openapi-webmvc-core打开API
、
、
、
想知道和
springdoc-openapi-ui
vs
springdoc-openapi-ui
浏览 21
提问于2022-09-15
得票数 1
1
回答
Swagger oneOf类型: Jackson试图实例化接口而不是实现?
、
、
、
、
Swagger-码元版本<artifactId>
swagger-codegen-maven-plugin
</artifactId
浏览 0
提问于2020-01-28
得票数 0
3
回答
Swagger到Java从二进制格式的OpenAPI组件生成不正确的文件响应实体
、
、
、
、
我使用
swagger-codegen-maven-plugin
从OpenAPI文件(OpenAPI 3.0.2)生成Spring接口。<groupId>io.swagger.codegen.v3</groupId><version这有可能是通过
swagger-codegen-maven-plugin
还是其他选项实现的?
浏览 11
提问于2020-02-12
得票数 7
回答已采纳
2
回答
当使用swagger codegen时,获取'List<byte[]>‘而不是简单的'byte[]’
、
、
"format": "byte"}<plugin> <artifactId>
swagger-codegen-maven-plugin
浏览 4
提问于2019-01-03
得票数 4
1
回答
在Maven构建过程中将Swagger规范保存到文件
、
、
现在,我想自动生成符合该规范的
swagger-codegen-maven-plugin
客户端库,例如使用Java插件。
swagger-codegen-maven-plugin
需要将Swagger规范文件的路径作为参数。有没有办法将swagger-jersey2-jaxrs配置为将规范文件存储到磁盘?这样,我就可以始终生成Java源代码,而不必手动下载spec文件,然后启动
swagger-codegen-maven-plugin
任务。 我不确定这是否是可行的方法,但我对其他方法持开放态度。
浏览 0
提问于2016-05-20
得票数 0
1
回答
springdoc UI(Swagger)附加:80端口到基本URL
、
、
、
、
我在spring-boot-starter-parent:2.6.1版本和
springdoc-openapi-ui
:1.2.32上运行了一个spring引导应用程序。斯威格在当地工作得很好。
浏览 8
提问于2022-07-20
得票数 0
回答已采纳
1
回答
无法查看chrome中的open-api文档。
、
、
,我们使用的依赖项是pom,如下所示: <groupId>org.springdoc</groupId> <artifactId>
springdoc-openapi-ui
浏览 3
提问于2020-06-19
得票数 1
2
回答
Swagger codegen Maven插件无法在SpringBoot中生成正确的dateFormat java.time.LocalDate
、
、
、
下面是我在pom.xml中的插件配置: <plugin> <artifactId>
swagger-codegen-maven-plugin
浏览 81
提问于2021-02-11
得票数 1
1
回答
删除
swagger-codegen-maven-plugin
类中的ResponseEntity
、
、
、
我用
swagger-codegen-maven-plugin
生成api类,方法返回ResponseEntity。getBlockingByMdmdId(@ApiParam(value = "", required=true) @PathVariable("mdmId") String mdmId); 如何使用
swagger-codegen-maven-plugin
浏览 7
提问于2022-03-25
得票数 3
1
回答
springdoc的swagger url问题
、
、
、
我现在的依赖 <groupId>org.springdoc</groupId> <artifactId>
springdoc-openapi-ui
浏览 7
提问于2022-01-26
得票数 0
1
回答
昂首阔步的UI不重定向到/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config
、
、
我使用的是
springdoc-openapi-ui
1.6.4和springboot 2.7.5。
浏览 34
提问于2022-11-10
得票数 0
2
回答
如何执行两个maven版本插件?
、
、
<plugin> <artifactId>
swagger-codegen-maven-plugin
</artifactId></execution></plugin> <groupId>io.swagger</groupId> <art
浏览 0
提问于2018-07-12
得票数 0
回答已采纳
1
回答
Springfox3.0中的Swagger没有显示UI中的POST方法
、
、
、
我使用SpringFox3.0和一个简单的REST控制器。在Swagger中,只有GET方法会出现,而不是POST方法。我也很难在Swagger中找到我的上下文路径。实际上,上下文路径是在端点之后追加的,而不是在前面。所以我把所有东西放在tomcat根文件夹中,没有上下文。 <servlet-name>SwaggerRest</servlet-name></servlet-mapp
浏览 0
提问于2021-07-05
得票数 0
2
回答
springdoc ui swagger 3更改API描述
、
、
、
如何更改默认的API描述,即Swagger
springdoc-openapi-ui
swagger 3中的OpenAPI definition还有版本,开发者信息..。implementation "org.springframework.boot:spring-boot-starter-web:2.6.6" implementation "org.springdoc:
springdoc-openapi-ui
浏览 12
提问于2022-04-28
得票数 4
回答已采纳
1
回答
无法使用Swagger-Codegen-Maven插件生成代码
、
、
、
、
[INFO] [WARNING]version> <dependency> <artifactId>
springdoc-openapi-ui
plugin>
浏览 6
提问于2021-12-03
得票数 2
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券