Commit e9a35506 authored by tangwei's avatar tangwei

修改id

parent a9a1ca7e
...@@ -37,7 +37,7 @@ public class BasicEntity implements Serializable{ ...@@ -37,7 +37,7 @@ public class BasicEntity implements Serializable{
@Id @Id
@GeneratedValue(generator = "myIdGeneratorConfig", @GeneratedValue(generator = "myIdGeneratorConfig",
strategy = GenerationType.SEQUENCE) strategy = GenerationType.AUTO)
@GenericGenerator( @GenericGenerator(
name = "myIdGeneratorConfig", name = "myIdGeneratorConfig",
strategy = "com.yeejoin.amos.patrol.core.common.request.MyIdGeneratorConfig") strategy = "com.yeejoin.amos.patrol.core.common.request.MyIdGeneratorConfig")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment