You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Environment(您的使用环境,您期望的结果,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
smart-doc version:3.0.4
plugin version :smart-doc-maven-plugin 3.0.4
build tool version(maven or gradle): maven
jdk version: 1.8
Problem: When generating OpenAPI documentation, the documentationProblem: When generating OpenAPI documentation, the documentation the annotations of all entity but the annotations of all entity class fields are not extracted, even though most fields actually have annotations.
Project structure (Spring MVC):
问题: 生成openapi文档, 能生成文档 , 但所有实体类的字段都没有提取到注释, 而事实上是大多数字段都有注释
项目大概结构(springmvc):
-xxx-app
-controler
-xxx-core
-entity
The controller returns a unified encapsulation object, and the annotation of one of the entity classes is as follows:
controller返回结果为统一封装对象,其中一个实体类注释如下
The text was updated successfully, but these errors were encountered:
@jqncc Please submit issues in English. Smart-doc is an international open-source tool, and submitting issues in Chinese increases the workload of the community(国内目前很多免费的大模型工具可以翻译, 希望理解下社区开发者).
请使用英文来提issue,smart-doc已经是国际化的开源工具,中文提交issue增加了社区的工作量。
Your Environment(您的使用环境,您期望的结果,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
Problem: When generating OpenAPI documentation, the documentationProblem: When generating OpenAPI documentation, the documentation the annotations of all entity but the annotations of all entity class fields are not extracted, even though most fields actually have annotations.
Project structure (Spring MVC):
问题: 生成openapi文档, 能生成文档 , 但所有实体类的字段都没有提取到注释, 而事实上是大多数字段都有注释
项目大概结构(springmvc):
The controller returns a unified encapsulation object, and the annotation of one of the entity classes is as follows:
controller返回结果为统一封装对象,其中一个实体类注释如下
The text was updated successfully, but these errors were encountered: