model添加字段注释
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<plugin type="org.mybatis.generator.plugins.SerializablePlugin"/>
|
||||
<!-- 为生成的Java模型创建一个toString方法 -->
|
||||
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"/>
|
||||
<commentGenerator>
|
||||
<commentGenerator type="com.macro.mall.CommentGenerator">
|
||||
<!-- 是否去除自动生成的注释 true:是 : false:否 -->
|
||||
<property name="suppressAllComments" value="true"/>
|
||||
<property name="suppressDate" value="true"/>
|
||||
|
||||
Reference in New Issue
Block a user