Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that the Swagger+dubbo return value ApiModelProperty comment does not display

2025-02-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

The main content of this article is "how to solve the problem that the Swagger+dubbo return value ApiModelProperty annotation does not display", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "how to solve the Swagger+dubbo return value ApiModelProperty annotations do not display the problem"!

A few days ago, github found swagger combined with dubbo's demo to integrate into the project.

But then there is a problem, that is, the return value is not displayed on swaggerUI, the data is always empty, and the code is annotated with @ ApiModelProperty, but it does not show.

Later, after working overtime, it was found that interface An exposed by dubbo had a save method annotated on its implementation class Aimpl, and it was normal to remove it.

You must pay attention to this when using swagger+dubbo. Do not annotate things on the interface implementation class or implementation class methods provided to the outside world, otherwise the swagger return value annotation will not work.

Dubbo version: 2.7.3

Swagger version: 1.5.20

Swagger-dubbo version: 2.0.9

At this point, I believe you have a deeper understanding of "how to solve the problem that the Swagger+dubbo return value ApiModelProperty annotation does not display". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

  • Spring mvc configure mybatis sql interceptor

    Go straight to the code: add the following to the mybatis configuration: classpath:/com/*/maper/*.map.xml

    © 2024 shulou.com SLNews company. All rights reserved.

    12
    Report