MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

关于UUID的问题

Open OctoberSouth opened this issue 7 years ago • 1 comments

@GeneratedValue(strategy = GenerationType.IDENTITY,generator = "select REPLACE(uuid(),'-','')") 在springboot 中要使用这个的话需要做怎样的配置呢

OctoberSouth avatar Jan 02 '18 10:01 OctoberSouth

参考文档中 Oracle 序列就行。。而且专门有一篇UUID的文档!

abel533 avatar Jan 02 '18 12:01 abel533