Skip to content
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

代码生成器不支持字段comments换行 #43

Open
shaoguanlee opened this issue Jul 5, 2022 · 1 comment
Open

代码生成器不支持字段comments换行 #43

shaoguanlee opened this issue Jul 5, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@shaoguanlee
Copy link

当表字段的注释存在换行的时候,代码生成器生成的Entity会有语法错误。

比如:

  @Entity.Column(value = "type", remark = "数据类型
uint8/uint16/uint32/int8/int16/int32/float32/float64/utf8json")
  private String type;

由于注释里存在换行,结果导致remark换行。

@abel533 abel533 added the bug Something isn't working label Jul 5, 2022
@abel533
Copy link
Contributor

abel533 commented Jul 5, 2022

先临时处理吧,下个版本解决。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants