최근에 엔티티를 만들면서 Id 컬럼의 타입을 UUID 로 지정하면서 경험했던 이슈가 있다. ... @Entity class Example { @Id @GeneratedValue(generator = "uuid2") ...
確定! 回上一頁