MyBatis-Spring-Boot
MyBatis-Spring-Boot copied to clipboard
关于UUID的问题
@GeneratedValue(strategy = GenerationType.IDENTITY,generator = "select REPLACE(uuid(),'-','')") 在springboot 中要使用这个的话需要做怎样的配置呢
参考文档中 Oracle 序列就行。。而且专门有一篇UUID的文档!