We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7.0
39行 @Schema(name = "${entity}", description = "$!{table.comment}")
生成如下错误代码 @Schema(name = "User", description = "$!{table.comment}")
The text was updated successfully, but these errors were encountered:
没有复现该问题,请使用最新版本再试一下
Sorry, something went wrong.
No branches or pull requests
当前使用版本(必填,否则不予处理)
1.7.0
该问题是如何引起的?(确定最新版也有问题再提!!!)
39行
@Schema(name = "${entity}", description = "$!{table.comment}")
重现步骤(如果有就写完整)
报错信息
生成如下错误代码
@Schema(name = "User", description = "$!{table.comment}")
The text was updated successfully, but these errors were encountered: