wuqingvika 发表于 2023-4-23 16:24

swagger3使用text/plain body不起作用

我想在这里添加自定义的请求样例不起作用
<dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-boot-starter</artifactId>
            <version>3.0.0</version>
      </dependency>
java里这样写的 这是为啥呢

wuqingvika 发表于 2023-4-23 16:26

* ApiImplicitParam是Swagger中的注解,用于描述接口参数的信息。它有以下属性:
*
* name:参数名。
* value:参数说明。
* required:是否必填,默认为false。
* dataType:参数类型。
* paramType:参数传递类型,可选值为header、query、path、form、body等。
* defaultValue:参数默认值。
* example:参数示例值。
* allowableValues:参数允许值列表。
* access:对应参数的访问权限。
* allowMultiple:是否允许多个参数值,默认为false。


改成example也不行。

0Ling0 发表于 2023-4-23 18:11

1


I am sorry that as of today , springfox does not support Spring Boot 3 yet.(see this and this).

You can consider to use another similar project called springdoc which supports Spring Boot 3 and here is the migration guideline for migrating springfox to springdoc

yinfeng520 发表于 2023-4-23 22:25

knife4j了解一下

jiaowojiangge 发表于 2023-4-23 22:32

yinfeng520 锟斤拷锟斤拷锟斤拷 2023-4-23 22:25
knife4j锟剿斤拷一锟斤拷

锟斤拷司目前锟斤拷锟矫o拷锟斤拷锟斤拷锟斤拷
页: [1]
查看完整版本: swagger3使用text/plain body不起作用