-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
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
springboot3 生成的代码 注解有问题 @Schema(value= "主键") 这是错误的 应该是 @Schema(description = "主键") #5742
Comments
收到 |
hoperunChen
pushed a commit
to hoperunChen/jeecg-boot
that referenced
this issue
Jan 2, 2024
hoperunChen
pushed a commit
to hoperunChen/jeecg-boot
that referenced
this issue
Jan 2, 2024
zhangdaiscott
added a commit
that referenced
this issue
Jan 4, 2024
fix issue for springboot3 #5742: 修改代码生成时的schema注解参数
已修复,待新版本发布 |
EightMonth
pushed a commit
to EightMonth/jeecg-boot
that referenced
this issue
Jan 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:
3.6.1 springboot3
前端版本:vue3版?还是 vue2版?
vue3
问题描述:
springboot3 生成的代码 注解有问题 @Schema(value= "主键") 这是错误的 应该是 @Schema(description = "主键")
截图&代码:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: