mybatis generator统一使用支持example序列化的自定义插件
This commit is contained in:
parent
34d2581d8c
commit
272407ba3e
|
@ -20,7 +20,7 @@
|
|||
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"></plugin>
|
||||
|
||||
<!-- 为生成的Java模型类添加序列化接口,并生成serialVersionUID字段 -->
|
||||
<plugin type="org.mybatis.generator.plugins.SerializablePlugin">
|
||||
<plugin type="com.zheng.common.plugin.SerializablePlugin">
|
||||
<property name="suppressJavaInterface" value="false"/>
|
||||
</plugin>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"></plugin>
|
||||
|
||||
<!-- 为生成的Java模型类添加序列化接口,并生成serialVersionUID字段 -->
|
||||
<plugin type="org.mybatis.generator.plugins.SerializablePlugin">
|
||||
<plugin type="com.zheng.common.plugin.SerializablePlugin">
|
||||
<property name="suppressJavaInterface" value="false"/>
|
||||
</plugin>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"></plugin>
|
||||
|
||||
<!-- 为生成的Java模型类添加序列化接口,并生成serialVersionUID字段 -->
|
||||
<plugin type="org.mybatis.generator.plugins.SerializablePlugin">
|
||||
<plugin type="com.zheng.common.plugin.SerializablePlugin">
|
||||
<property name="suppressJavaInterface" value="false"/>
|
||||
</plugin>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"></plugin>
|
||||
|
||||
<!-- 为生成的Java模型类添加序列化接口,并生成serialVersionUID字段 -->
|
||||
<plugin type="org.mybatis.generator.plugins.SerializablePlugin">
|
||||
<plugin type="com.zheng.common.plugin.SerializablePlugin">
|
||||
<property name="suppressJavaInterface" value="false"/>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in New Issue