SpringBootCodeGenerator
SpringBootCodeGenerator copied to clipboard
mybatis-plus的@TableId注解不一定是IdType.AUTO
我意思是,主键id不一定是自增id,可能是UUID等其他类型,@TableId的值不应该直接在ftl写死
以及自动引包,不一定是import java.util.Date; 如果时间类型选用其他的话,会导错包的
是的,其实引包目前很鸡肋,其实已經有另外一种想法来实现,下一版改进一下。
在 2021-03-31 16:44:52,"CodeNoobLH" @.***> 写道:
以及自动引包,不一定是import java.util.Date; 如果时间类型选用其他的话,会导错包的
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.