It's openapi3.yaml based on the above, and the problem I'm facing is that the first factor of the document() method of the class com.epages.restdocs.apispec.MockMvcRestDocumentationWrapper comes from the combination of the identifier variable of the type String class in operationId.
I wrote the test through the MockMvc and Mockito libraries.
The test code and the created openapi3.yaml.
It's openapi3.yaml based on the above, and the problem I'm facing is that the first factor of the document() method of the class
com.epages.restdocs.apispec.MockMvcRestDocumentationWrapper
comes from the combination of the identifier variable of the typeString class
in operationId.I wrote the test through the MockMvc and Mockito libraries.