Skip to content

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

@shaoguanlee

Description

@shaoguanlee

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

比如:

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions