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
当表字段的注释存在换行的时候,代码生成器生成的Entity会有语法错误。
比如:
@Entity.Column(value = "type", remark = "数据类型 uint8/uint16/uint32/int8/int16/int32/float32/float64/utf8json") private String type;
由于注释里存在换行,结果导致remark换行。
The text was updated successfully, but these errors were encountered:
先临时处理吧,下个版本解决。
Sorry, something went wrong.
No branches or pull requests
当表字段的注释存在换行的时候,代码生成器生成的Entity会有语法错误。
比如:
由于注释里存在换行,结果导致remark换行。
The text was updated successfully, but these errors were encountered: