davidfantasy / mybatis-plus-generator-ui

对mybatis-plus-generator进行封装,通过Web UI快速生成兼容Spring boot,mybatis-plus框架的各类业务代码
Apache License 2.0
1.87k stars 472 forks source link

entity.java.btl模板问题 #77

Open axw1023 opened 1 year ago

axw1023 commented 1 year ago

当前使用版本(必填,否则不予处理)

1.7.0

该问题是如何引起的?(确定最新版也有问题再提!!!)

39行 @Schema(name = "${entity}", description = "$!{table.comment}")

重现步骤(如果有就写完整)

报错信息

生成如下错误代码 @Schema(name = "User", description = "$!{table.comment}")

davidfantasy commented 1 year ago

没有复现该问题,请使用最新版本再试一下